'How to get value of a FLAG in ClickHouse

ClickHouse has flags for some options. For example, allow_experimental_live_view can be set to 1 with:

:) SET allow_experimental_live_view = 1

But there is no GET to get the value of the flag, something like GET allow_experimental_live_view.

Is there any way to get the value of a flag?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source