v.24.7Improvement

Allow Control of Named Collections in clickhouse-local

Allow controlling named collections in clickhouse-local. #65973 (Alexey Milovidov).
Added support for managing named collections within clickhouse-local.

Why it matters

This feature allows users to control and utilize named collections in clickhouse-local, enabling more flexible and reusable data transformation workflows in a local environment without the need for a full ClickHouse server.

How to use it

Users can now define, modify, and reference named collections directly in clickhouse-local sessions to organize and reuse sets of expressions or settings for their local queries and scripts.