v.23.7New Feature
Add is_obsolete Column to system.settings Table
Add a columnis_obsoletetosystem.settingsand similar tables. Closes #50819. #50826 (flynn).
Why it matters
This feature helps users identify which settings are obsolete, improving clarity and maintenance by distinguishing deprecated configuration options from active ones.How to use it
Query thesystem.settings and similar tables; the new is_obsolete column will contain a boolean value indicating whether a setting is obsolete.