v.19.14Improvement
System.query_log: Change Data Type of Type Column to Enum
system.query_log: change data type oftypecolumn toEnum. #6265 (Nikita Mikhaylov)
Why it matters
The change improves the efficiency and clarity of thetype column by using the Enum data type, which optimizes storage and query performance for this field in the system.query_log table.How to use it
Users can immediately benefit from this change when querying thetype column in the system.query_log table as it now uses the Enum data type, requiring no additional configuration or setup.