Quote:
Originally Posted by k0nr4d
Reading flat files in itself is faster and less server-intensive then grabbing from a DB. In the end, MySQL DOES write to files.
HOWEVER, using a text-based database is going to be slower due to all the parsing that needs to be done to make the database usable.
|
Have you or do you ever use SQLite?
Any opinions on it?