|
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.
|