mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 18:32:29 +00:00
18 lines
388 B
XML
18 lines
388 B
XML
<clickhouse>
|
|
<remote_servers>
|
|
<cluster>
|
|
<shard>
|
|
<replica>
|
|
<host>node1</host>
|
|
<port>9000</port>
|
|
</replica>
|
|
</shard>
|
|
</cluster>
|
|
</remote_servers>
|
|
|
|
<max_table_num_to_throw>10</max_table_num_to_throw>
|
|
<max_replicated_table_num_to_throw>5</max_replicated_table_num_to_throw>
|
|
<max_database_num_to_throw>10</max_database_num_to_throw>
|
|
</clickhouse>
|
|
|