I'm trying to improve loading of webpage on my site . its in this connection i want to know if i store data (like comments or description)in database or text file.... which will be read faster on load time
wingnut
5:32 pm on Dec 11, 2008 (gmt 0)
Quote: When your data is only a series of simple records, storing those records in a flat text file may be the easiest way to go. However, it is slower than a real database, and may lead to data corruption if you are not really careful.
IMO it depends on the amount of data needing to be loaded and whether that data needs to be dynamic.