mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
43 lines
1.2 KiB
XML
43 lines
1.2 KiB
XML
<clickhouse>
|
|
<max_concurrent_queries>1000</max_concurrent_queries>
|
|
|
|
<remote_servers>
|
|
<one_shard>
|
|
<shard>
|
|
<internal_replication>true</internal_replication>
|
|
<replica>
|
|
<host>node1_r1</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
<replica>
|
|
<host>node1_r2</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
</one_shard>
|
|
<two_shards>
|
|
<shard>
|
|
<internal_replication>true</internal_replication>
|
|
<replica>
|
|
<host>node1_r1</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
<replica>
|
|
<host>node1_r2</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
<shard>
|
|
<replica>
|
|
<host>node2_r1</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
<replica>
|
|
<host>node2_r2</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
</two_shards>
|
|
</remote_servers>
|
|
</clickhouse>
|