You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
We have noticed an issue of increased latency (and lower throughput) when the workload runs for extended period. This happens only in specific scenario such as when the client issue 'POST' and 'DELETE' requests. While with 'GET' type requests we get consistent throughput (and constant latency)
One theory is that mongodb executes 'indexing' action after every POST and/or DELETE action.
I'll update more data soon. Any ideas?