v.19.14Improvement

System.query_log: Change Data Type of Type Column to Enum

system.query_log: change data type of type column to Enum. #6265 (Nikita Mikhaylov)
Changed the data type of the type column in the system.query_log table to an Enum.

Why it matters

The change improves the efficiency and clarity of the type 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 the type column in the system.query_log table as it now uses the Enum data type, requiring no additional configuration or setup.