What is the maximum mongodb request length?

I will execute a large request to find out what is the maximum mongodb request length?

+5
source share
1 answer

The maximum size of the document that you create when creating the request is 16 MB. You can see this and other limitations here:

http://docs.mongodb.org/manual/reference/limits/

+6
source

All Articles