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 8ab245d commit 6908bd5Copy full SHA for 6908bd5
source/reference/parameters.txt
@@ -4027,16 +4027,15 @@ Sharding Parameters
4027
4028
.. versionadded:: 7.0.1
4029
4030
- .. versionchanged:: 7.2
4031
-
4032
|both|
4033
4034
*Type*: integer
4035
4036
*Default*: 500
4037
4038
Specifies the size of the routing table cache buckets used to
4039
- implement chunk grouping optimization. Must be greater than ``0``.
+ implement chunk grouping optimization. Must be greater than or equal
+ to ``0``.
4040
4041
For example, to set the cache chunk bucket size to ``250`` on a
4042
``mongod``, issue the following command at startup:
0 commit comments