Skip to content
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