v.22.11New Feature
Add Generic Implementation for Named Collections in ClickHouse
Add generic implementation for arbitrary structured named collections, access type and system.named_collections. #43147 (Kseniia Sumarokova).Why it matters
This feature allows users to define and manage named collections with arbitrary structured data, simplifying configuration and reuse of complex settings or parameters. It enhances organization and accessibility by providing a dedicated access type and system table to inspect the named collections.How to use it
Users can create and manage named collections using the new generic structure, specify access via the provided access type, and query existing named collections through thesystem.named_collections system table.