ClickHouse/tests/integration/test_table_db_num_limit/config/config.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
454 B
XML
Raw Normal View History

2024-06-10 20:46:13 +00:00
<clickhouse>
<remote_servers>
<cluster>
<shard>
<replica>
<host>node1</host>
<port>9000</port>
</replica>
</shard>
</cluster>
</remote_servers>
2024-10-29 08:44:50 +00:00
<max_dictionary_num_to_throw>10</max_dictionary_num_to_throw>
2024-06-10 20:46:13 +00:00
<max_table_num_to_throw>10</max_table_num_to_throw>
<max_replicated_table_num_to_throw>5</max_replicated_table_num_to_throw>
2024-06-10 20:46:13 +00:00
<max_database_num_to_throw>10</max_database_num_to_throw>
</clickhouse>