Skip to content

Commit 03f664a

Browse files
committed
minor update to creating index on sharded cluster
1 parent 80a0df0 commit 03f664a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/administration/indexes.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,9 @@ on :term:`secondary` members of replica sets. The foreground index
265265
building process blocks all replication and read operations on the
266266
secondaries while they build the index.
267267

268-
Secondaries will only begin building indexes *after* the
269-
:term:`primary` finishes building the index. All secondaries will
270-
build indexes at the same time. In :term:`sharded clusters <shard
271-
cluster>`, the :program:`mongos` will send :func:`ensureIndex()
268+
Secondaries will begin building indexes *after* the
269+
:term:`primary` finishes building the index. In :term:`sharded clusters
270+
<shard cluster>`, the :program:`mongos` will send :func:`ensureIndex()
272271
<db.collection.ensureIndex()>` to the primary members of the replica
273272
set for each shard, which then replicate to the secondaries after the
274273
primary finishes building the index.

0 commit comments

Comments
 (0)