Skip to content

Commit a064100

Browse files
committed
DOCS-652 add blurb in CRUD about logic behind document max size
1 parent 5d13a60 commit a064100

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
MongoDB v2.2 has a 16 megabytes limit on document size.
1+
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

Comments
 (0)