ClickHouse/dbms/tests/integration/test_settings_constraints_distributed/configs/users_on_distributed.xml

37 lines
940 B
XML
Raw Normal View History

2020-01-24 14:28:10 +00:00
<yandex>
<profiles>
<default>
</default>
<normal>
<max_memory_usage>80000000</max_memory_usage>
2020-01-24 14:28:10 +00:00
<use_uncompressed_cache>0</use_uncompressed_cache>
<load_balancing>random</load_balancing>
</normal>
<wasteful>
<max_memory_usage>2000000000</max_memory_usage>
</wasteful>
<readonly>
<readonly>1</readonly>
</readonly>
2020-01-24 14:28:10 +00:00
</profiles>
2020-01-24 14:28:10 +00:00
<users>
<default>
<profile>default</profile>
<password></password>
2020-01-24 14:28:10 +00:00
</default>
<normal>
<profile>normal</profile>
<password></password>
</normal>
<wasteful>
<profile>wasteful</profile>
<password></password>
</wasteful>
<readonly>
<profile>readonly</profile>
2020-01-24 14:28:10 +00:00
<password></password>
</readonly>
2020-01-24 14:28:10 +00:00
</users>
</yandex>