HTTP requests have increased considerably since enabling continuous replication

落爺英雄遲暮 提交于 2019-12-08 03:58:06

问题


I have noticed that the number of HTTP requests on my Cloudant multi-tenant account have experienced a fairly big step increase, but the number of requests made by my client have remained at approximately the same level.

I have recently setup continuous replication to another multi-tenant account around the time that the step increase occurred.

Question: Could replication be responsible for this step increase in HTTP requests?


回答1:


Yes, it is possible that continuous replication is the cause of this step increase. Continuous replication does result in quite a few network calls between the source and target databases.

To verify that your continuous replication is a major contributor to your HTTP usage, you could disable your replication for a day and check that usage charts in the Cloudant dashboard show a steep drop in HTTP requests for that period.



来源:https://stackoverflow.com/questions/27174987/http-requests-have-increased-considerably-since-enabling-continuous-replication

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!