Is there any flow-control mechanism in mongodb?

I think flow control is very important function to database, which can prevent database from crashing or OOM by unconscious or malicious clients.

Any design in mongo source code such as delay requests or fail requests intentionally ?

Here is some internal documentation around the design of the server’s flow control mechanism, released in v4.2.

Here is the public documentation.

2 Likes

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.