Does Cloudant on Bluemix have performance issues?

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

+4
source share
1 answer

From the status page https://developer.ibm.com/bluemix/support/#status it is reported that Cloudant has some problems in the US-South. The problem is connected though with the general message "service broker timeout".

0
source

Source: https://habr.com/ru/post/1627125/


All Articles