ClickHouse/tests/integration/test_groupBitmapAnd_on_distributed/configs/clusters.xml
2021-12-17 22:59:02 +08:00

33 lines
750 B
XML

<clickhouse>
<remote_servers>
<awesome_cluster>
<shard>
<replica>
<host>node1</host>
<port>9000</port>
</replica>
</shard>
<shard>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
</shard>
</awesome_cluster>
<test_version_cluster>
<shard>
<replica>
<host>node3</host>
<port>9000</port>
</replica>
</shard>
<shard>
<replica>
<host>node4</host>
<port>9000</port>
</replica>
</shard>
</test_version_cluster>
</remote_servers>
</clickhouse>