MySQL 8.3 Release Notes
这些视图列出了使用临时表的标准化语句。默认情况下,行按降序的磁盘临时表使用数量和降序的内存临时表使用数量排序。
The statements_with_temp_tables
和 x$statements_with_temp_tables
视图具有以下列:
-
query
标准化的语句字符串。
-
db
语句的默认数据库,如果没有则为
NULL
。 -
exec_count
语句执行的总次数。
-
total_latency
语句的总等待时间。
-
memory_tmp_tables
语句创建的内部内存临时表的总数。
-
disk_tmp_tables
语句创建的内部磁盘临时表的总数。
-
avg_tmp_tables_per_query
每个语句执行的平均内部临时表数。
-
tmp_tables_to_disk_pct
内部内存临时表转换为磁盘表的百分比。
-
first_seen
语句首次出现的时间。
-
last_seen
语句最近出现的时间。
-
digest
语句摘要。