The following content of this documentation page has been machine-translated. But unlike other websites, it is not done on the fly. This translated text lives on GitHub repository alongside main ClickHouse codebase and waits for fellow native speakers to make it more human-readable.
Help ClickHouse documentation by editing this page
系统。设置
列:
- (字符串) — Setting name.
value
() — Setting value.changed
(UInt8) — Shows whether a setting is changed from its default value.- () — Short setting description.
max
(可为空()) — Maximum value of the setting, if any is set via 制约因素. 如果设置没有最大值,则包含 .- (UInt8) — Shows whether the current user can change the setting:
0
— Current user can change the setting.1
— Current user can’t change the setting.
示例
使用 WHERE changed
可以是有用的,例如,当你想检查:
- 在当前会话中更改的设置。
另请参阅