Go back to previous page
Forum URL: http://www.dombom.com/cgi-bin/dcforum/dcboard.cgi
Forum Name: FatBomb
Topic ID: 8
Message ID: 15
#15, RE: Using FatBomb Custom Databases
Posted by jeffhope on Apr-23-04 at 10:03 AM
In response to message #14
Hi Kelvin,

You are really making a tradeoff of network resources/time (to request and receive engines' data), and shifting it more to your server. Even with several database files, I bet it will run faster than an off-server query as long as you have no more than a few thousand records in each file. As Kurt said, you'll just have to copy it several times to see. I'd be interested in your results.

There's far less data to parse from a database file, as the program doesn't have to parse through an entire web page to get what it wants, and the database files are in a "fixed" format. Also, you're not writing the files, which generally takes longer than just a read.

Jeff