v.23.11Improvement
Allow Cache Configuration from Named Collections in Config or SQL
Allow getting cache configuration from 'named_collection' section in config or from SQL created named collections. #56541 (Kseniia Sumarokova).
Why it matters
This feature enables users to centralize and reuse cache configurations by defining them either in the server's configuration file or dynamically through SQL-defined named collections. It simplifies cache management and improves configuration consistency across different queries and use cases.How to use it
Define cache configurations in thenamed_collection section of the server config file or create named collections using SQL. Then, reference these named collections when specifying cache settings to apply the predefined configurations.