Skip to content

Commit e5c8adf

Browse files
BlargianCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dc914ab commit e5c8adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/deployment-guides/replication-sharding-examples/03_2_shards_2_replicas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ To insert data into the table, `ON CLUSTER` cannot be used as it does
664664
not apply to DML (Data Manipulation Language) queries such as `INSERT`, `UPDATE`,
665665
and `DELETE`. To insert data, it is necessary to make use of the
666666
[`Distributed`](/engines/table-engines/special/distributed) table engine.
667-
As you learnt in the [guide](/architecture/horizontal-scaling) for setting up a cluster with 2 shards and 1 replica, distributed tables are tables which have access to shards located on different
667+
As you learned in the [guide](/architecture/horizontal-scaling) for setting up a cluster with 2 shards and 1 replica, distributed tables are tables which have access to shards located on different
668668
hosts and are defined using the `Distributed` table engine.
669669
The distributed table acts as the interface across all the shards in the cluster.
670670

@@ -760,4 +760,4 @@ The main disadvantage of this cluster topology is the increased storage overhead
760760
Additionally, while the cluster can survive a single node failure, losing two nodes simultaneously may render the cluster inoperable, depending on which nodes fail and how shards are distributed.
761761
This topology strikes a balance between availability and cost, making it suitable for production environments where some level of fault tolerance is required without the expense of higher replication factors.
762762

763-
To learn how ClickHouse Cloud process queries, offering both scalability and fault-tolerance, see the section ["Parallel Replicas"](/deployment-guides/parallel-replicas).
763+
To learn how ClickHouse Cloud processes queries, offering both scalability and fault-tolerance, see the section ["Parallel Replicas"](/deployment-guides/parallel-replicas).

0 commit comments

Comments
 (0)