I have a mobile application that uses Cloudant CDTReplicator to synchronize local data storage and a remote database. The application was fast from the very beginning, but then synchronization will take more than 10 seconds when there are only 180 normal documents, each of which has several string fields in the remote database. And the delta between local and remote is minimal. After I deleted all 180 documents, it accelerated significantly. This seems to be related to the number of documents. Could you tell me if there is a problem with Cloudant replication? Or is it a problem with my encoding? The code is just to run the replicator, there is not much.
Thanks,
Jen
source
share