v.24.7Improvement
Allow Control of Named Collections in clickhouse-local
Allow controlling named collections in clickhouse-local. #65973 (Alexey Milovidov).Why it matters
This feature allows users to control and utilize named collections inclickhouse-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 inclickhouse-local sessions to organize and reuse sets of expressions or settings for their local queries and scripts.