Hello,
I need to include some data to every page on my server. Every page would have to load data which is designed peculiarly for that page. It's plain text so i dont need database functionality. My problem is performance. I have 500k+ visits daily, which method would offer better performance: loading data from plain txt file or using database? I have googled on this, but didnt get any information that would answer my question. Anybody here have some experience in that case, or mayby some usefull links to benchmarks?