您的位置:首页 > 数据库 > Oracle

Oracle-Scattered Read, Sequential Read, and Direct Path Read

2013-01-24 14:24 344 查看
db
 
file
 
sequential
 
read
 (single block read into one SGA buffer)

db
 
file
 
scattered
 
read
 (multiblock read into many discontinuous SGA buffers)

direct
 
read
 (single or multiblock read into the PGA, bypassing the SGA)

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: