Skip to main content
Querying in ClickHouse CloudThe data in this system table is held locally on each node in ClickHouse Cloud. Obtaining a complete view of all data, therefore, requires the clusterAllReplicas function. See here for further details.

Description

Contains information about global settings for the server, which are specified in config.xml. Currently, the table shows only settings from the first layer of config.xml and doesn’t support nested configs (e.g. logger).

Columns

Example

The following example shows how to get information about server settings which name contains thread_pool.
Using of WHERE changed can be useful, for example, when you want to check whether settings in configuration files are loaded correctly and are in use.

See Also

Last modified on July 2, 2026