mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
97f2a2213e
* Move some code outside dbms/src folder * Fix paths
59 lines
1.6 KiB
XML
59 lines
1.6 KiB
XML
<?xml version="1.0"?>
|
|
<yandex>
|
|
<profiles>
|
|
<default>
|
|
<max_memory_usage>10000000000</max_memory_usage>
|
|
<force_index_by_date>0</force_index_by_date>
|
|
<constraints>
|
|
<max_memory_usage>
|
|
<min>5000000000</min>
|
|
<max>20000000000</max>
|
|
</max_memory_usage>
|
|
<force_index_by_date>
|
|
<readonly/>
|
|
</force_index_by_date>
|
|
</constraints>
|
|
</default>
|
|
|
|
<readonly_profile>
|
|
<readonly>1</readonly>
|
|
</readonly_profile>
|
|
|
|
<no_dll_profile>
|
|
<allow_ddl>0</allow_ddl>
|
|
</no_dll_profile>
|
|
</profiles>
|
|
|
|
<users>
|
|
<default>
|
|
<password></password>
|
|
<networks incl="networks" replace="replace">
|
|
<ip>::/0</ip>
|
|
</networks>
|
|
<profile>default</profile>
|
|
<quota>default</quota>
|
|
</default>
|
|
<readonly_user>
|
|
<password></password>
|
|
<networks incl="networks" replace="replace">
|
|
<ip>::/0</ip>
|
|
</networks>
|
|
<profile>readonly_profile</profile>
|
|
<quota>default</quota>
|
|
</readonly_user>
|
|
<no_dll_user>
|
|
<password></password>
|
|
<networks incl="networks" replace="replace">
|
|
<ip>::/0</ip>
|
|
</networks>
|
|
<profile>no_dll_profile</profile>
|
|
<quota>default</quota>
|
|
</no_dll_user>
|
|
</users>
|
|
|
|
<quotas>
|
|
<default>
|
|
</default>
|
|
</quotas>
|
|
</yandex>
|