You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/how-to/vshard_quick.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ In this section, the following options are configured:
134
134
Step 3: Configuring bucket count
135
135
********************************
136
136
137
-
Specify the total number of :ref:`buckets <vshard-vbuckets>` in a sharded cluster using the ``sharding.bucket_count`` option:
137
+
Specify the total number of :ref:`buckets <vshard-vbuckets>` in a sharded cluster using the :ref:`sharding.bucket_count<configuration_reference_sharding_bucket_count>` option:
@@ -181,7 +181,7 @@ Here is a schematic view of the cluster's topology:
181
181
The main group-level options here are:
182
182
183
183
* ``app``: The ``app.module`` option specifies that code specific to storages should be loaded from the ``storage`` module. This is explained below in the :ref:`vshard-quick-start-storage-code` section.
184
-
* ``sharding``: The ``sharding.roles`` option specifies that all instances inside this group act as storages.
184
+
* ``sharding``: The :ref:`sharding.roles<configuration_reference_sharding_roles>` option specifies that all instances inside this group act as storages.
185
185
A rebalancer is selected automatically from two master instances.
186
186
* ``replication``: The :ref:`replication.failover <configuration_reference_replication_failover>` option specifies that a leader in each replica set should be specified manually.
187
187
* ``replicasets``: This section configures two replica sets that constitute cluster storages.
@@ -198,7 +198,7 @@ Here is a schematic view of the cluster's topology:
198
198
The main group-level options here are:
199
199
200
200
* ``app``: The ``app.module`` option specifies that code specific to a router should be loaded from the ``router`` module. This is explained below in the :ref:`vshard-quick-start-router-code` section.
201
-
* ``sharding``: The ``sharding.roles`` option specifies that an instance inside this group acts as a router.
201
+
* ``sharding``: The :ref:`sharding.roles<configuration_reference_sharding_roles>` option specifies that an instance inside this group acts as a router.
202
202
* ``replicasets``: This section configures one replica set with one router instance.
0 commit comments