v.23.5Improvement
System log tables support custom sorting keys
Why it matters
This feature addresses the limitation of fixed sorting keys on system log tables, allowing users to optimize query performance and data organization for their specific use cases by defining custom sorting keys.How to use it
When creating or altering system log tables, users can specify a custom sorting key by using theORDER BY clause with the desired columns to define the sorting behavior of the log table.