Is there a limit on concurrent requests that mongodb can execute in a second?
I am trying to implement an API that runs 300 requests in every request in mongodb.
Thus, if 100 client requests are requested per second, the number of requests becomes 100 x 300, resulting in high latency.
Any clue?
Peter source
share