v.23.8Improvement

Add settings to ignore ON CLUSTER clause in replicated function management

Add settings to ignore ON CLUSTER clause in queries for management of replicated user-defined functions or access control entities with replicated storage. #52975 (Aleksei Filatov).
Introduces settings to ignore the ON CLUSTER clause in queries managing replicated user-defined functions and access control entities with replicated storage.

Why it matters

This feature addresses the challenge of managing replicated user-defined functions and access control entities by allowing queries to bypass the ON CLUSTER clause. It simplifies operations in replicated environments, improving management consistency and control.

How to use it

Users can enable this feature by setting the new configuration options that instruct ClickHouse to ignore the ON CLUSTER clause during execution of queries related to replicated user-defined functions or access control entities with replicated storage.