ClickHouse/tests/integration/test_insert_into_distributed/configs/remote_servers.xml

60 lines
1.7 KiB
XML
Raw Normal View History

2017-06-14 14:38:08 +00:00
<yandex>
<remote_servers>
<test_cluster>
<shard>
<replica>
<host>remote</host>
<port>9000</port>
</replica>
</shard>
</test_cluster>
2017-08-23 10:45:23 +00:00
<test_local_cluster>
<shard>
<replica>
<host>localhost</host>
<port>9000</port>
</replica>
</shard>
</test_local_cluster>
<shard_with_local_replica>
<shard>
<replica>
<host>node1</host>
<port>9000</port>
</replica>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
</shard>
</shard_with_local_replica>
2021-04-27 10:33:37 +00:00
<shard_with_local_replica_internal_replication>
<shard>
<internal_replication>true</internal_replication>
<replica>
<host>node1</host>
<port>9000</port>
</replica>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
</shard>
</shard_with_local_replica_internal_replication>
2021-04-28 06:43:56 +00:00
<shard_with_low_cardinality>
2018-12-03 13:11:26 +00:00
<shard>
<replica>
<host>shard1</host>
<port>9000</port>
</replica>
2021-04-28 06:43:56 +00:00
</shard>
<shard>
2018-12-03 13:11:26 +00:00
<replica>
<host>shard2</host>
<port>9000</port>
</replica>
</shard>
</shard_with_low_cardinality>
2017-06-14 14:38:08 +00:00
</remote_servers>
</yandex>