MySQL 8.3 Release Notes
这些视图显示了执行完整表扫描的标准化语句。默认情况下,行按降序的百分比和总延迟时间排序。
The statements_with_full_table_scans 和 x$statements_with_full_table_scans 视图具有以下列:
-
query标准化的语句字符串。
-
db语句的默认数据库,或者如果没有则为
NULL。 -
exec_count语句执行的总次数。
-
total_latency语句的总等待时间。
-
no_index_used_count没有使用索引扫描表的总次数。
-
no_good_index_used_count没有使用良好索引扫描表的总次数。
-
no_index_used_pct没有使用索引扫描表的百分比。
-
rows_sent从表中返回的总行数。
-
rows_examined从存储引擎中读取的总行数。
-
rows_sent_avg从表中返回的平均行数。
-
rows_examined_avg从存储引擎中读取的平均行数。
-
first_seen语句首次出现的时间。
-
last_seen语句最近出现的时间。
-
digest语句摘要。