v.23.10New Feature
Add simpler SHOW SETTING statement to ClickHouse
Add statementSHOW SETTING setting_namewhich is a simpler version of existing statementSHOW SETTINGS. #55979 (Maksim Kita).
Why it matters
This feature addresses the need for a more concise and user-friendly method to retrieve the current value of an individual server setting, improving ease of use and efficiency for users when inspecting configuration parameters.How to use it
Users can retrieve the value of a specific setting by executing the command:SHOW SETTING setting_namewhere
setting_name is the name of the desired configuration setting.