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 282230b commit fb411dcCopy full SHA for fb411dc
source/reference/method/db.createCollection.txt
@@ -20,7 +20,8 @@ db.createCollection()
20
21
:param bytes size: If ``capped`` is ``true``, ``size`` specifies a
22
maximum size in bytes for the capped collection.
23
- When ``capped`` is false, you may not use ``size``.
+ When ``capped`` is false, you may use ``size`` to
24
+ preallocate space.
25
26
:option autoIndexId: If ``capped`` is ``true`` you can specify
27
``false`` to disable the automatic index
0 commit comments