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 b79ad37 commit fc65776Copy full SHA for fc65776
source/core/indexes.txt
@@ -392,7 +392,12 @@ following:
392
Be aware of the following behaviors with background index
393
construction:
394
395
-- A single :program:`mongod` can only build a single index at a time.
+- A :program:`mongod` instance can only build one background index per
396
+ database, at a time.
397
+
398
+ .. versionchanged:: 2.2
399
+ Before 2.2, a single :program:`mongod` instance could only build
400
+ one index at a time.
401
402
- The indexing operation runs in the background so that other database
403
operations can run while creating the index. However, the
0 commit comments