Forum Moderators: open
What i need is some kind of history, stats for last week or last month etc. What is the best way to store this kind of data? I was thinking about using sqlite flat-file db for storing daily data. This means i'd add all data from last 24h to this db at the end of every day.
Is there any better way to do this?
Thanks in advance,
Milan