ClickHouse/dbms/tests/integration/test_union_header/configs/remote_servers.xml
Nikolai Kochetov 75338fbfa9 Added test.
2018-10-23 20:48:58 +03:00

19 lines
447 B
XML

<yandex>
<remote_servers>
<two_shards>
<shard>
<replica>
<host>node1</host>
<port>9000</port>
</replica>
</shard>
<shard>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
</shard>
</two_shards>
</remote_servers>
</yandex>