v.20.1Improvement
Added lifetime column to system.dictionaries table
Addedlifetimecolumn tosystem.dictionariestable. #6820 #7727 (kekekekule)
Why it matters
This feature allows users to see the configured lifetime of dictionary elements directly from thesystem.dictionaries table, helping to understand dictionary caching and expiration settings for better management and debugging.How to use it
Query thesystem.dictionaries table using SELECT lifetime FROM system.dictionaries to view the lifetime value of each dictionary. No additional configuration is required to enable this feature.