Skip to content

DOCSP-14115: Fix word on Hashed Index page #5310

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
May 7, 2021
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
4 changes: 2 additions & 2 deletions source/core/index-hashed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Hashed Indexes
:class: singlecol

Hashed indexes maintain entries with hashes of the values of the
indexed field.
indexed field.

Hashed indexes support :doc:`sharding </sharding>`
using hashed shard keys. :ref:`Hashed based sharding
<sharding-hashed-sharding>` uses a hashed index of a field as the shard
key to partition data across your sharded cluster.

Using a hashed shard key to shard a collection results in a more random
Using a hashed shard key to shard a collection results in a more even
distribution of data. See :ref:`sharding-hashed-sharding` for more
details.

Expand Down