10bet网址
MySQL 8.0参考手册
相关的文档10bet官方网站 本手册下载 本手册节选

MySQL 8.0参考手册/.../ statements_with_full_table_scans和x$statements_with_full_table_scans视图

28.4.3.37 statements_with_full_table_scans和x$statements_with_full_table_scans视图

这些视图显示完成了全表扫描的规范化语句。默认情况下,行按完成完整扫描的时间百分比和总延迟时间百分比的降序排序。

statements_with_full_table_scans而且x美元statements_with_full_table_scans视图有这些列:

  • 查询

    规范化语句字符串。

  • db

    语句的默认数据库或如果没有的话。

  • 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

    最近一次看到这份声明的时间。

  • 消化

    声明中消化。