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

34 lines
814 B
XML

<yandex>
<profiles>
<default>
</default>
<normal>
<max_memory_usage>50000000</max_memory_usage>
<constraints>
<max_memory_usage>
<min>11111111</min>
<max>99999999</max>
</max_memory_usage>
</constraints>
</normal>
<readonly>
<readonly>1</readonly>
</readonly>
</profiles>
<users>
<default>
<profile>default</profile>
<password></password>
</default>
<normal>
<profile>normal</profile>
<password></password>
</normal>
<readonly>
<profile>readonly</profile>
<password></password>
</readonly>
</users>
</yandex>