Details
-
Task
-
Resolution: Fixed
-
Minor - P4
-
None
Description
In the sh.sharding documentation we say that the default value for `numInitialChunks` parameter is 2, which is wrong.
The default value is "2 chunks per shard" (or "two times the number of shards" or whatever).
Notes:
- On the Hashed Sharding documentation it's correct.
- The source code line demonstrating that is here.