已索引
Similar to db file sequential read, except that the session is reading multiple data blocks.
当数据块以 multiblock read 的方式被读取到SGA中时:
- FTS(full table scan)
- IFFS(index fast full scan)
多数据块读每次读取的块的数量由参数 db_file_multiblock_read_count 决定。
如何解决:
- 无需解决(不可避免,正常现象)
- 考虑索引或者并行