What's better? I want to share a script where some data (4 ints (between 0 and 2000) and a string (length up to 200)).
Should I store them in files or in a MySQL database? I use normally databases, but in this case are files also not that bad (to handle).
The problem is that there are partial in one day over 100.000 inserts. That are some million in a few days. Could handle MySQL so huge data in under 1 second? Or is it better to create for each day a seperated file?
PS: I want to have a big user base who could use it, so files are probably better?