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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ Creating a sharded cluster
6
6
**Example on GitHub**: `sharded_cluster_crud <https://github.com/tarantool/doc/tree/latest/doc/code_snippets/snippets/sharding/instances.enabled/sharded_cluster_crud>`_
7
7
8
8
In this tutorial, you get a sharded cluster up and running on your local machine and learn how to manage the cluster using the tt utility.
9
-
In this tutorial, the following external modules are used:
9
+
This cluster uses the following external modules:
10
10
11
-
- :ref:`vshard <vshard>` enables sharding in the cluster.
12
-
- `crud <https://github.com/tarantool/crud>`__ allows you to perform CRUD operations in the sharded cluster.
11
+
- :ref:`vshard <vshard>` enables sharding in a cluster.
12
+
- `crud <https://github.com/tarantool/crud>`__ allows you to manipulate data in a sharded cluster.
13
13
14
14
The cluster created in this tutorial includes 5 instances: one router and 4 storages, which constitute two replica sets.
15
15
@@ -133,7 +133,7 @@ In this section, the following options are configured:
133
133
134
134
The cluster topology defined in the :ref:`following section <vshard-quick-start-configuring-cluster-topology>` also specifies the ``iproto.advertise.client`` option for each instance.
135
135
This option accepts a URI used to advertise the instance to clients.
136
-
For example, |tcm_full_name| uses these URIs to :ref:`connect <tcm_connect_clusters>` to cluster instances.
136
+
For example, :ref:`Tarantool Cluster Manager <tcm>` uses these URIs to :ref:`connect <tcm_connect_clusters>` to cluster instances.
@@ -326,7 +326,7 @@ After starting instances, you need to bootstrap the cluster as follows:
326
326
• Connecting to the instance...
327
327
• Connected to sharded_cluster_crud:router-a-001
328
328
329
-
2. Call :ref:`vshard.router.bootstrap() <router_api-bootstrap>` to perform the initial cluster bootstrap:
329
+
2. Call :ref:`vshard.router.bootstrap() <router_api-bootstrap>` to perform the initial cluster bootstrap and distribute all buckets across the replica sets:
330
330
331
331
.. code-block:: tarantoolsession
332
332
@@ -464,7 +464,7 @@ Writing and selecting data
464
464
Checking data distribution
465
465
~~~~~~~~~~~~~~~~~~~~~~~~~~
466
466
467
-
To check how data is distributed across the cluster's nodes, follow the steps below:
467
+
To check how data is distributed across the replica sets, follow the steps below:
468
468
469
469
1. Connect to any storage in the ``storage-a`` replica set:
0 commit comments