File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -563,7 +563,7 @@ construction:
563
563
.. versionchanged:: 2.4
564
564
Before 2.4, a :program:`mongod` instance could only build one
565
565
background index per database at a time.
566
-
566
+
567
567
.. versionchanged:: 2.2
568
568
Before 2.2, a single :program:`mongod` instance could only build
569
569
one index at a time.
@@ -796,8 +796,8 @@ the supported languages.
796
796
``text`` indexes have the following storage requirements and
797
797
performance costs:
798
798
799
- - Text indexes change the space allocation method for the documents in
800
- the collection to :collflag:`usePowerOf2Sizes`.
799
+ - Text indexes change the space allocation method for all future
800
+ record allocations in a collection to :collflag:`usePowerOf2Sizes`.
801
801
802
802
- Text indexes can be large. They contain one index entry for each
803
803
unique post-stemmed word in each indexed field for each document
You can’t perform that action at this time.
0 commit comments