Skip to content

Commit fd5aaad

Browse files
authored
DOCSP-25748 shardCollection regarding hashed field in shard key (#7015)
* DOCSP-25748 shardCollection regarding hashed field in shard key * external review * external review
1 parent 19f7d8a commit fd5aaad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/reference/command/shardCollection.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ The command takes the following fields:
135135
no zones and zone ranges are defined for the empty
136136
collection, MongoDB attempts to evenly distributed the
137137
specified number of chunks across the shards in the cluster.
138-
138+
139139
- If sharding with :ref:`presplitHashedZones: false
140140
<cmd-shard-collection-presplitHashedZones>` or omitted and
141141
zones and zone ranges have been defined for the empty
142-
collection, ``numInitChunks`` has no effect.
142+
collection, ``numInitialChunks`` has no effect.
143143

144144
* - ``collation``
145145
- document

source/reference/method/sh.shardCollection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Definition
147147
- If sharding with :ref:`presplitHashedZones: false
148148
<method-shard-collection-presplitHashedZones>` or omitted and
149149
zones and zone ranges have been defined for the empty
150-
collection, ``numInitChunks`` has no effect.
150+
collection, ``numInitialChunks`` has no effect.
151151

152152
* - ``collation``
153153

0 commit comments

Comments
 (0)