We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f756dfb commit 44243c4Copy full SHA for 44243c4
source/core/index-hashed.txt
@@ -15,14 +15,14 @@ Hashed Indexes
15
:class: singlecol
16
17
Hashed indexes maintain entries with hashes of the values of the
18
-indexed field.
+indexed field.
19
20
Hashed indexes support :doc:`sharding </sharding>`
21
using hashed shard keys. :ref:`Hashed based sharding
22
<sharding-hashed-sharding>` uses a hashed index of a field as the shard
23
key to partition data across your sharded cluster.
24
25
-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
26
distribution of data. See :ref:`sharding-hashed-sharding` for more
27
details.
28
0 commit comments