ClickHouse/dbms/tests/integration/test_row_policy/configs/config.d/remote_servers.xml
Ivan 1b55150701
Add row-level filter support to Distributed engine (#8926)
* Add tests
* Implement support for initial user on remote side.
2020-02-07 22:31:09 +03:00

19 lines
471 B
XML

<yandex>
<remote_servers>
<test_local_cluster>
<shard>
<replica>
<host>instance1</host>
<port>9000</port>
</replica>
</shard>
<shard>
<replica>
<host>instance2</host>
<port>9000</port>
</replica>
</shard>
</test_local_cluster>
</remote_servers>
</yandex>