ClickHouse also supports SQL-driven workflow for managing settings profiles. We recommend using it.
readonly=1, which ensures read-only access.
Settings profiles can inherit from each other. To use inheritance, indicate one or multiple profile settings before the other settings that are listed in the profile. In case when one setting is defined in different profiles, the latest defined is used.
To apply all the settings in a profile, set the profile setting.
Example:
Install the web profile.
users.xml.
Example:
default and web.
The default profile has a special purpose: it must always be present and is applied when starting the server. In other words, the default profile contains default settings. The name of the default profile can be changed via default_profile server setting.
The background profile has a special purpose: it might be present to override settings for background operations. The parameter is optional and its name can be changed via background_profile server setting.
The web profile is a regular profile that can be set using the SET query or using a URL parameter in an HTTP query.