mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 03:12:43 +00:00
22 lines
453 B
XML
22 lines
453 B
XML
<clickhouse>
|
|
<remote_servers>
|
|
<cluster>
|
|
<shard>
|
|
<replica>
|
|
<host>node1</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
<replica>
|
|
<host>node2</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
</cluster>
|
|
</remote_servers>
|
|
|
|
<max_dictionary_num_to_throw>10</max_dictionary_num_to_throw>
|
|
<max_table_num_to_throw>10</max_table_num_to_throw>
|
|
<max_database_num_to_throw>10</max_database_num_to_throw>
|
|
</clickhouse>
|
|
|