Technologies/MySQL/mysql.performance.sort_rows
MySQLMySQLMetric

mysql.performance.sort_rows

The number of sorted rows.
Dimensions:None
Available on:DatadogDatadog (1)
Interface Metrics (1)
DatadogDatadog
The number of sorted rows.
Dimensions:None
Related Insights (1)
Sort Buffer Exhaustionwarning

Sort operations exceeding sort_buffer_size, requiring multi-pass merge sorts and temporary files. Causes significant performance degradation for queries with ORDER BY, GROUP BY, or large JOINs requiring sorting.