这些视图显示已执行完整表扫描的规范化语句。默认情况下,行按执行完整扫描所用时间的百分比降序排序,以及总延迟降序排序。
statements_with_full_table_scans 和 x$statements_with_full_table_scans 视图具有以下列
- query- 规范化的语句字符串。 
- db- 语句的默认数据库,如果没有则为 - NULL。
- exec_count- 语句执行的总次数。 
- total_latency- 语句计时事件的总等待时间。 
- no_index_used_count- 未使用索引扫描表的总次数。 
- no_good_index_used_count- 未使用良好索引扫描表的总次数。 
- no_index_used_pct- 未使用索引扫描表的百分比。 
- rows_sent- 从表中返回的行总数。 
- rows_examined- 从存储引擎读取表的总行数。 
- rows_sent_avg- 从表中返回的平均行数。 
- rows_examined_avg- 从存储引擎读取表的平均行数。 
- first_seen- 首次看到语句的时间。 
- last_seen- 最近看到语句的时间。 
- digest- 语句摘要。