v.25.8Improvement
Ignore UNKNOWN_DATABASE while obtaining table columns sizes
Ignore UNKNOWN_DATABASE while obtaining table columns sizes for system.columns. #85632 (Azat Khuzhin).
Why it matters
This feature improves the robustness of thesystem.columns table by handling cases where some databases may be unknown or inaccessible. Ignoring UNKNOWN_DATABASE errors prevents interruption in obtaining column size information, ensuring more reliable metadata queries.How to use it
No special configuration is required. The handling ofUNKNOWN_DATABASE errors is applied automatically when querying system.columns for table column sizes.