File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,19 @@ collMod
34
34
With :collflag:`usePowerOf2Sizes` MongoDB will be able to more
35
35
effectively reuse space.
36
36
37
- .. note::
38
-
39
- With :collflag:`usePowerOf2Sizes` MongoDB, allocates records
40
- that have power of 2 sizes, until record sizes equal 4
41
- megabytes. For records larger than 4 megabytes with
42
- :collflag:`usePowerOf2Sizes` set, :program:`mongod` will
43
- allocate records in full megabytes by rounding up to the
44
- nearest megabyte.
37
+ .. COMMENT
38
+
39
+ Remove comment block following 2.4 release.
40
+ .. note::
41
+
42
+ With :collflag:`usePowerOf2Sizes` MongoDB, allocates
43
+ records that have power of 2 sizes, until record sizes
44
+ equal 4 megabytes. For records larger than 4 megabytes
45
+ with :collflag:`usePowerOf2Sizes` set, :program:`mongod`
46
+ will allocate records in full megabytes by rounding up to
47
+ the nearest megabyte.
48
+
49
+ .. END-COMMENT
45
50
46
51
:collflag:`usePowerOf2Sizes` is useful for collections where you
47
52
will be inserting and deleting large numbers of documents to
You can’t perform that action at this time.
0 commit comments