View Single Post
Old 02-19-2005, 09:36 AM  
qw12er
Confirmed User
 
Join Date: Apr 2004
Location: Montreal
Posts: 799
I just thougt - How can the DB be faster ?

Database will ultimately result into a write command to a flat file + all the operations to connect and interprate the command. So all the writting operation + some other...

So it's quite sure files are faster ... the question now is will writting to files result in a file lock situation resulting into lag time ?

A good way to avoid this would be to create a file everytime ... but I'm not sure this is the way to go ... Cause my system won't work in real time and I'll have to use a cron table to update my database everyday ...
__________________
I have nothing to advertise ... yet.
qw12er is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote