Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: mySQL or Flat Files, Which is faster

by Sol-Invictus (Scribe)
on Feb 08, 2004 at 12:10 UTC ( [id://327445]=note: print w/replies, xml ) Need Help??


in reply to mySQL or Flat Files, Which is faster

The answer to this depends on what you want to do. If you are talking about a couple of hundred data entries then flat files will be be faster than mSQL or MySQL not because either of these servers aren't fast, but you still have to connect to and negotiate with the server to get the data.

On larger amounts of data mSQL or MySQL will be faster even with connecting and negotiating because the way they store the data is organised in such a way as to make it fast to search through (provided of course you have set up the database to store the data for efficient retrieval) - flat files have to be first read in then parsed into data structures, which causes a bottleneck.

Sol-Invictus

You spend twenty years learning the spell that makes nude virgins appear in your bedroom, and then you're so poisoned by quicksilver fumes and half-blind from reading old grimoires that you can't remember what happens next.

  • Comment on Re: mySQL or Flat Files, Which is faster

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://327445]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-26 00:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found