View Single Post
Old 04-02-2009, 09:22 PM   #11 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

Quote:
Originally Posted by Village Idiot View Post
The DB will almost always be faster because it uses advanced techniques you probably won't be programming into your app.

Hmmm very interesting, I thought that the flat file would have been faster just because it seems a bit more "raw" if you know what I mean. I'm not sure what code I would use but it would probably be fopen to open the file, and probably just a loop to count the lines.....

I wonder what the overhead is for that versus the DB....

Just a hypothetical question though, not that I am looking to replace my DB or anything....
allworknoplay is offline  
Reply With Quote