|
|
|
|
|
by tonyplee
4617 days ago
|
|
Any benchmarks? Number insert / second? Num of query / second? What are the limit on number of records, number of field (column?) in a table? How many tables can one have? How often is the commit? Is it commit to local/fs or to the cloud (under what condition)? How does the datastore sync from different devices works? |
|
As to the sync model, changes are always made locally and then queued for upload. You might want to read Guido's posts about conflict resolution to understand the model:
https://www.dropbox.com/developers/blog/48/how-the-datastore...
https://www.dropbox.com/developers/blog/56/how-the-dropbox-d...