mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 03:42:48 +00:00
43 lines
1.2 KiB
XML
43 lines
1.2 KiB
XML
|
<?xml version="1.0"?>
|
||
|
<yandex>
|
||
|
<remote_servers>
|
||
|
<replicated_cluster>
|
||
|
<shard>
|
||
|
<internal_replication>true</internal_replication>
|
||
|
<replica>
|
||
|
<host>clickhouse1</host>
|
||
|
<port>9000</port>
|
||
|
</replica>
|
||
|
<replica>
|
||
|
<host>clickhouse2</host>
|
||
|
<port>9000</port>
|
||
|
</replica>
|
||
|
<replica>
|
||
|
<host>clickhouse3</host>
|
||
|
<port>9000</port>
|
||
|
</replica>
|
||
|
</shard>
|
||
|
</replicated_cluster>
|
||
|
<sharded_cluster>
|
||
|
<shard>
|
||
|
<replica>
|
||
|
<host>clickhouse1</host>
|
||
|
<port>9000</port>
|
||
|
</replica>
|
||
|
</shard>
|
||
|
<shard>
|
||
|
<replica>
|
||
|
<host>clickhouse2</host>
|
||
|
<port>9000</port>
|
||
|
</replica>
|
||
|
</shard>
|
||
|
<shard>
|
||
|
<replica>
|
||
|
<host>clickhouse3</host>
|
||
|
<port>9000</port>
|
||
|
</replica>
|
||
|
</shard>
|
||
|
</sharded_cluster>
|
||
|
</remote_servers>
|
||
|
</yandex>
|