Skip to content

Commit c302830

Browse files
authored
Clarify Slow Queries Definition (#17382)
1 parent a39c641 commit c302830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql/metadata.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ mysql.performance.select_full_range_join,gauge,,operation,second,The number of j
189189
mysql.performance.select_range,gauge,,operation,second,The number of joins that used ranges on the first table. This is normally not a critical issue even if the value is quite large.,0,mysql,mysql performance select_range,
190190
mysql.performance.select_range_check,gauge,,operation,second,"The number of joins without keys that check for key usage after each row. If this is not 0, you should carefully check the indexes of your tables.",0,mysql,mysql performance select_range_check,
191191
mysql.performance.select_scan,gauge,,operation,second,The number of joins that did a full scan of the first table.,0,mysql,mysql performance select_scan,
192-
mysql.performance.slow_queries,gauge,,query,second,The rate of slow queries.,-1,mysql,slow queries,
192+
mysql.performance.slow_queries,gauge,,query,second,The rate of slow queries (log queries that exceed a particular execution time).,-1,mysql,slow queries,
193193
mysql.performance.sort_merge_passes,gauge,,operation,second,"The number of merge passes that the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.",0,mysql,mysql performance sort_merge_passes,
194194
mysql.performance.sort_range,gauge,,operation,second,The number of sorts that were done using ranges.,0,mysql,mysql performance sort_range,
195195
mysql.performance.sort_rows,gauge,,operation,second,The number of sorted rows.,0,mysql,mysql performance sort_rows,

0 commit comments

Comments
 (0)