26.4.3.31 schema_tables_with_full_table_scans 和 x $ schema_tables_with_full_table_scans 视图

这些视图显示通过全 table 扫描正在访问的 table。默认情况下,行按扫描的降序排列。

schema_tables_with_full_table_scansx$schema_tables_with_full_table_scans视图具有以下列:

模式名称。

table 名。

通过 table 的完全扫描所扫描的总行数。

完整扫描 table 的总 await 时间。

首页