Support query backoff detail in SLOW_QUERY #17938
Labels
epic/slow-query
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
type/enhancement
The issue or PR belongs to an enhancement.
Background
#13770 records the backoff detail in slow log, such as below:
But I can't query this backoff-detail from
SLOW_QUERY
/CLUSTER_SLOW_QUERY
.Task
Maybe we can add a
Backoff_detail
column, the type can bevarchar(4096)
, then we can store the backoff detail in this column.The text was updated successfully, but these errors were encountered: