Skip to content

Commit fc65776

Browse files
author
Sam Kleinman
committed
DOCS-445 background index building with db level locking in 2.2
1 parent b79ad37 commit fc65776

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/core/indexes.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,12 @@ following:
392392
Be aware of the following behaviors with background index
393393
construction:
394394

395-
- A single :program:`mongod` can only build a single index at a time.
395+
- 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.
396401

397402
- The indexing operation runs in the background so that other database
398403
operations can run while creating the index. However, the

0 commit comments

Comments
 (0)