Skip to content

the prefix -> a prefix #1233

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

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion source/core/sharding-shard-key-indexes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ documents, you must create the index before using
The index on the shard key no longer needs to be only on the
shard key. This index can be an index of the shard key itself,
or a :term:`compound index` where the
shard key is the prefix of the index.
shard key is a prefix of the index.

.. important:: The index on the shard key **cannot** be a
:ref:`multikey index <index-type-multikey>`.
Expand Down