Skip to content

Commit 89fb36a

Browse files
author
Sam Kleinman
committed
minor clarification of sharded query routing
1 parent 14d586e commit 89fb36a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/core/sharding.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,8 @@ To route a query to a :term:`cluster <sharded cluster>`,
487487
In some cases, when the :term:`shard key` or a prefix of the shard
488488
key is a part of the query, the :program:`mongos` can route the
489489
query to a subset of the shards. Otherwise, the :program:`mongos`
490-
must direct the query to *all* shards.
490+
must direct the query to *all* shards that hold documents for that
491+
collection.
491492

492493
.. example::
493494

0 commit comments

Comments
 (0)