mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
15 lines
630 B
Markdown
15 lines
630 B
Markdown
|
<a name="server_settings"></a>
|
||
|
|
||
|
# Server configuration parameters
|
||
|
|
||
|
This section contains descriptions of server settings that cannot be changed at the session or query level.
|
||
|
|
||
|
These settings are stored in the `config.xml` file on the ClickHouse server.
|
||
|
|
||
|
Other settings are described in the "[Settings](../settings/index.md#settings)" section.
|
||
|
|
||
|
Before studying the settings, read the [Configuration files](../configuration_files.md#configuration_files) section and note the use of substitutions (the `incl` and `optional` attributes).
|
||
|
|
||
|
|
||
|
[Original article](https://clickhouse.yandex/docs/en/operations/server_settings/) <!--hide-->
|