Hello,
I'm planning to start a counterservice, of which people can add a counter to their website. It should be able to handle about 200 000 requests per day without slowing down.
Should I better save the counter-data in textfiles or in a MySQL database? I would rather prefer the database as it is more comfortable to handle with PHP, but I'm not sure if MySQL can deal with that many requests.
Can you help me out?
Thanks,
Kai