ClickHouse/dbms/tests/integration/test_settings_constraints_distributed/configs/users_on_distributed.xml
2020-01-24 17:28:10 +03:00

35 lines
981 B
XML

<yandex>
<profiles>
<default>
<max_memory_usage>1000000</max_memory_usage>
<use_uncompressed_cache>0</use_uncompressed_cache>
<load_balancing>random</load_balancing>
</default>
<remote_profile>
<max_memory_usage>2000000000</max_memory_usage>
<use_uncompressed_cache>0</use_uncompressed_cache>
<load_balancing>random</load_balancing>
</remote_profile>
</profiles>
<users>
<default>
<password></password>
<profile>default</profile>
<quota>default</quota>
</default>
<remote>
<password></password>
<profile>remote_profile</profile>
<quota>default</quota>
<networks incl="networks" replace="replace">
<ip>::/0</ip>
</networks>
</remote>
</users>
<quotas>
<default>
</default>
</quotas>
</yandex>