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
+50-22Lines changed: 50 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -170,9 +170,9 @@ Here is a schematic view of the cluster's topology:
170
170
:end-before: routers:
171
171
:dedent:
172
172
173
-
The main top-level options here are:
173
+
The main group-level options here are:
174
174
175
-
* ``app``: The ``app.module`` option specifies that code specific to storages should be loaded from the ``storage`` module. See also: :ref:`vshard-quick-start-storage-code`.
175
+
* ``app``: The ``app.module`` option specifies that code specific to storages should be loaded from the ``storage`` module. This explained below in the :ref:`vshard-quick-start-storage-code` section.
176
176
* ``sharding``: The ``sharding.roles`` option specifies that all instances inside this group act as storages.
177
177
A rebalancer is selected automatically from two master instances.
178
178
* ``replication``: The :ref:`replication.failover <configuration_reference_replication_failover>` option specifies that a leader in each replica set should be specified manually.
@@ -187,9 +187,9 @@ Here is a schematic view of the cluster's topology:
187
187
:end-at: 127.0.0.1:3300
188
188
:dedent:
189
189
190
-
The main top-level options here are:
190
+
The main group-level options here are:
191
191
192
-
* ``app``: The ``app.module`` option specifies that code specific to a router should be loaded from the ``router`` module. See also: :ref:`vshard-quick-start-router-code`.
192
+
* ``app``: The ``app.module`` option specifies that code specific to a router should be loaded from the ``router`` module. This explained below in the :ref:`vshard-quick-start-router-code` section.
193
193
* ``sharding``: The ``sharding.roles`` option specifies that an instance inside this group acts as a router.
194
194
* ``replicasets``: This section configures one replica set with one router instance.
195
195
@@ -432,22 +432,49 @@ To check the cluster's status, execute :ref:`vshard.router.info() <router_api-in
0 commit comments