|
|
|
|
|
by smarx
4617 days ago
|
|
The Python library is open source, but no, I don't think we have any open source test code. Keep in mind that file data should go outside of datastores (in files), so the 10MB is for the per-user, per-app structured data. E.g. contacts, app settings, game state, etc. 10MB actually goes a pretty long way there. Also keep in mind that, at present, all of the SDKs load the entire datastore into memory, so there's a pretty low limit to how big you want a datastore to get. 10MB is a comfortable limit for now. |
|
I see why the 10MB limit.
What's the Pro/Con of this compare to just use sqlite on a dropbox volume?
From what I read, the API doesn't do any operational transformation such as merge, delta the changes' etc. The client app is expected to do it.