v.19.14Improvement

Allow to ATTACH Live Views (for Example, at the Server Startup) Regardless to Allow_experimental_live_view Setting

Allow to ATTACH live views (for example, at the server startup) regardless to allow_experimental_live_view setting. #6754 (alexey-milovidov)
Enable attaching live views using the ATTACH query regardless of the allow_experimental_live_view setting.

Why it matters

This feature allows users to attach existing live views, for example during server startup, without being restricted by the experimental live view setting. It facilitates smoother management and recovery of live views in ClickHouse.

How to use it

To use this feature, simply run the ATTACH LIVE VIEW view_name command. This will attach the live view even if allow_experimental_live_view is disabled in the server configuration.