|
|
|
|
|
by hmottestad
1617 days ago
|
|
All my side projects have teeny tiny amounts of data. JSON file in the order of KB. Performance is great. I have one project with a dozen users that handles around 50 reads per second and maybe 30 writes per day, no issues at all. Setting up a DB for that would just bite the next dev in the behind since it would need a lot more maintenance then an apache server with php. |
|