v.22.3New Feature
New Ability for Unrestricted Reads from Zookeeper Table in ClickHouse
Now you can readsystem.zookeepertable without restrictions on path or usinglikeexpression. This reads can generate quite heavy load for zookeeper so to enable this ability you have to enable settingallow_unrestricted_reads_from_keeper. #34609 (Sergei Trifonov).
Why it matters
This feature enables users to perform full and flexible queries on thesystem.zookeeper table, which was previously restricted to certain paths or required pattern matching. It helps in scenarios where comprehensive access to ZooKeeper data is necessary, although it may generate a heavy load on ZooKeeper.How to use it
To enable unrestricted reads fromsystem.zookeeper, set the configuration option allow_unrestricted_reads_from_keeper to true. This setting must be explicitly enabled to avoid unintended heavy load on ZooKeeper.