文件首頁
MySQL 8.4 參考手冊
相關文件 下載本手冊
PDF (美式信紙) - 39.9Mb
PDF (A4) - 40.0Mb
Man Pages (TGZ) - 258.5Kb
Man Pages (Zip) - 365.5Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 8.4 參考手冊  /  ...  /  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

    完整掃描資料表的總等待時間。