Skip to content

DOCS-11469: Removing paragraph, future work to provide better clarifi… #3485

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions source/core/sharded-cluster-query-router.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@ If the result of the query is not sorted, the :binary:`~bin.mongos`
instance opens a result cursor that "round robins" results from all
cursors on the shards.

If the query specifies sorted results using the
:method:`~cursor.sort()` cursor method, the :binary:`~bin.mongos` instance
passes the :operator:`$orderby` option to the shards. The :term:`primary
shard` for the database receives and performs a merge sort for all
results before returning the data to the client via the
:binary:`~bin.mongos`.

Limits
~~~~~~

Expand Down