v.24.4Improvement
Table system.backup_log Now Uses Default Sorting Key event_date, event_time
Tablesystem.backup_lognow has the "default" sorting key which isevent_date, event_time, the same as for other_logtable engines. #62667 (Nikita Mikhaylov).
Why it matters
This feature standardizes the sorting key of thesystem.backup_log table, improving consistency with other _log tables. It ensures more efficient querying and organization of backup event data based on the timestamp, enhancing performance and usability.How to use it
Users can utilize thesystem.backup_log table as usual without additional configuration. The default sorting key event_date, event_time is automatically applied, benefiting queries that filter or order by these columns.