I wanted to make a statistic for my website. So I could record user visits each day. Example:
DAY | USERS |
---------|-------|
O1/01/13 | 256 |
O2/01/13 | 251 |
It is easy to do, but I am worried if it is a good idea to save it in DB? If I save in DB there would be 365 rows each year. Or should I save records in text file. But the problem is if I save in text wouldn't it be hard to get specific days data out? The reason I am thinking about text file is that I have never saved anything in text, so it would be something new to me. And also so if I have more than one year records I could just rename the text file.