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 056a65d commit 2dd095aCopy full SHA for 2dd095a
source/reference/method/sh.shardCollection.txt
@@ -125,8 +125,8 @@ Definition
125
initially when sharding an *empty* collection with a
126
:ref:`hashed shard key <sharding-hashed-sharding>`. MongoDB
127
then creates and balances chunks across the cluster. The
128
- ``numInitialChunks`` must be less than ``8192`` per shard.
129
- Defaults to ``2``.
+ ``numInitialChunks`` parameter must be less than ``8192`` chunks per shard.
+ Defaults to ``2`` chunks per shard.
130
131
If the collection is not empty or the shard key does not
132
contain a hashed field, the operation returns an error.
0 commit comments