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: docs/deployment-guides/parallel-replicas.mdx
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ keywords: ['parallel replica']
5
5
description: 'In this guide, we will first discuss how ClickHouse distributes a query across multiple shards via distributed tables, and then how a query can leverage multiple replicas for its execution.'
Copy file name to clipboardExpand all lines: docs/deployment-guides/replicated.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ title: 'Replication for fault tolerance'
6
6
description: 'Page describing an example architecture with five servers configured. Two are used to host copies of the data and the rest are used to coordinate the replication of data'
7
7
---
8
8
9
+
import Image from '@theme/IdealImage';
9
10
import ReplicationShardingTerminology from '@site/docs/_snippets/_replication-sharding-terminology.md';
10
11
import ConfigFileNote from '@site/docs/_snippets/_config-files.md';
11
12
import KeeperConfigFileNote from '@site/docs/_snippets/_keeper-config-files.md';
@@ -21,7 +22,7 @@ In this architecture, there are five servers configured. Two are used to host co
21
22
## Environment {#environment}
22
23
### Architecture Diagram {#architecture-diagram}
23
24
24
-
<imgsrc={ReplicationArchitecture}alt="Architecture diagram for 1 shard and 2 replicas with ReplicatedMergeTree" />
25
+
<Imageimg={ReplicationArchitecture}size="md"alt="Architecture diagram for 1 shard and 2 replicas with ReplicatedMergeTree" />
0 commit comments