We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d13a60 commit a064100Copy full SHA for a064100
source/includes/fact-document-max-size.rst
@@ -1 +1,7 @@
1
-MongoDB v2.2 has a 16 megabytes limit on document size.
+MongoDB v2.2 has a 16 megabytes limit on document size.
2
+
3
+The logic behind the maximum document size is to ensure that the
4
+document does not require excessive amount of RAM on the machine nor
5
+excessive amount of bandwidth to return. MongoDB provides the GridFS
6
+api to handle documents larger than the maximum size. See your specific
7
+driver api documentation on GridFS.
0 commit comments