v.18.12Improvement
Increased Query Performance and Reduced Memory for Large Table Count in system.tables and system.columns
Increased performance and reduced memory consumption for queries tosystem.tablesandsystem.columnswhen there is a very large number of tables on a single server. #2953
Why it matters
This feature addresses the inefficiency and high memory consumption experienced when executing queries againstsystem.tables and system.columns on servers hosting many tables. It optimizes these system queries to enhance overall responsiveness and resource utilization.How to use it
The improvements are applied automatically in the updated ClickHouse version. Users can benefit from faster queries onsystem.tables and system.columns without any configuration or changes to their queries.