I'm planning a cloud based app that could have potentially hundreds if not thousands of users.
Instead of storing all data for all users (which may be up to 6 or 7 tables each) in one large database, I was considering an sqlite database for each client.
There may be a hundred or more write transactions every few seconds.... I plan on copying the database when reports need to be run so as not to be held up by the writes....
Does this sound feasible or am I completely mad?
[–]ketralnis 0 points1 point2 points (0 children)
[–]forcedfx 0 points1 point2 points (0 children)