mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 04:32:33 +00:00
43 lines
992 B
XML
43 lines
992 B
XML
|
|
<clickhouse>
|
|
<remote_servers>
|
|
<cluster_simple>
|
|
<shard>
|
|
<replica>
|
|
<host>s0_0_0</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
<replica>
|
|
<host>s0_0_1</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
<shard>
|
|
<replica>
|
|
<host>s0_1_0</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
</cluster_simple>
|
|
|
|
|
|
<!-- A part of the cluster above, represents only one shard-->
|
|
<first_shard>
|
|
<shard>
|
|
<replica>
|
|
<host>s0_0_0</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
<replica>
|
|
<host>s0_0_1</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
</first_shard>
|
|
|
|
</remote_servers>
|
|
<macros>
|
|
<default_cluster_macro>cluster_simple</default_cluster_macro>
|
|
</macros>
|
|
</clickhouse>
|