Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

users_* server settings

These settings configure the ClickHouse server and are autogenerated from ClickHouse source.

users_config

Path to the file that contains:

  • User configurations.
  • Access rights.
  • Settings profiles.
  • Quota settings.

Example

<users_config>users.xml</users_config>

users_to_ignore_early_memory_limit_check

Type
String
Default
Changeable without restart
No

Comma-separated list of users to ignore an early memory limit check. If user is not in this list, a query will be rejected if the total memory usage exceeds the limit.

Navigation