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
import ReplicationShardingTerminology from '@site/docs/en/_snippets/_replication-sharding-terminology.md';
11
+
import ConfigFileNote from '@site/docs/en/_snippets/_config-files.md';
12
+
13
+
14
+
## Description
15
+
This example architecture is designed to provide scalability. It includes three nodes: two combined ClickHouse plus coordination (ClickHouse Keeper) servers, and a third server with only ClickHouse Keeper to finish the quorum of three. With this example, we'll create a database, table, and a distributed table that will be able to query the data on both of the nodes.
16
+
17
+
18
+
<ScalePlanFeatureBadge feature="The fast release channel"/>
0 commit comments