v.19.17Improvement
Add Constraints Columns to Table System.settings #7553 (vitaly Baranov)
Addconstraintscolumns to tablesystem.settings#7553 (Vitaly Baranov)
Why it matters
This feature provides users with visibility into the constraints applied to server settings by including them directly in thesystem.settings table. It helps users understand validation rules and limits on configurable settings, improving manageability and observability.How to use it
Query thesystem.settings table to see the new constraints column alongside other setting details, for example: SELECT name, value, constraints FROM system.settings