文档首页
MySQL 9.0 参考手册
相关文档 下载本手册
PDF (US Ltr) - 40.0Mb
PDF (A4) - 40.1Mb
手册页 (TGZ) - 258.2Kb
手册页 (Zip) - 365.3Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 9.0 参考手册  /  ...  /  schema_tables_with_full_table_scans 和 x$schema_tables_with_full_table_scans 视图

30.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

    使用全表扫描扫描表的总等待时间。