Documentation Home
MySQL 8.0 参考手册  / 第 28 章 MySQL 系统模式  / 28.4 sys 模式对象参考  / 28.4.3 sys 架构视图  /  28.4.3.31 schema_tables_with_full_table_scans 和 x$schema_tables_with_full_table_scans 视图

28.4.3.31 schema_tables_with_full_table_scans 和 x$schema_tables_with_full_table_scans 视图

这些视图显示正在使用全表扫描访问哪些表。默认情况下,行按扫描的行降序排序。

schema_tables_with_full_table_scansx$schema_tables_with_full_table_scans 视图有以下列 :

  • object_schema

    架构名称。

  • object_name

    表名。

  • rows_full_scanned

    全表扫描所扫描的总行数。

  • latency

    全表扫描的总等待时间。