v.21.6Improvement
Querying system.tables no longer accesses ZooKeeper
Querying system.tables does not go to ZooKeeper anymore. #23793 (Fuwang Hu).Why it matters
Previously, querying thesystem.tables system table involved communication with ZooKeeper, which could introduce latency and unnecessary load. This change optimizes the process by removing ZooKeeper access, thereby speeding up metadata querying and enhancing overall system efficiency.How to use it
Users benefit from this improvement automatically when queryingsystem.tables; no additional configuration or changes in query syntax are required.