Documentation Home
MySQL 8.0 リファレンスマニュアル
Download this Manual
PDF (US Ltr) - 36.1Mb
PDF (A4) - 36.2Mb


MySQL 8.0 リファレンスマニュアル  /  ...  /  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_scans ビューと x$schema_tables_with_full_table_scans ビューには、次のカラムがあります:

  • object_schema

    スキーマ名。

  • object_name

    テーブル名

  • rows_full_scanned

    テーブルの全体スキャンでスキャンされた行の合計数。

  • latency

    テーブルの全スキャンの合計待機時間。