The database buffer cache is the portion of the SGA that holds copies of data blocks
read from datafiles. All user processes concurrently connected to the instance share
access to the database buffer cache.
The database buffer cache and the shared SQL cache are logically segmented into
multiple sets. This organization into multiple sets reduces contention on
multiprocessor systems.
Database Buffer Cache : 保存从数据文件中读取的数据块 , 用户进程可共享 。
逻辑的分为多个子段 , 以便减少多用户之间的竞争
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10599713/viewspace-978168/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/10599713/viewspace-978168/
本文介绍了数据库缓冲区缓存的概念及其在系统全局区域(SGA)中的作用。它详细解释了缓冲区缓存如何存储从数据文件中读取的数据块,并让用户进程能够共享这些数据。此外,还提到了缓冲区缓存被逻辑地划分为多个子段以减少多处理器系统上的竞争。
700

被折叠的 条评论
为什么被折叠?



