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