cache buffers LRU chain latch等待事件
This latch is needed when user processes try to scan the LRU (least recently used) chain containing blocks in the buffer cache. This latch must be acquired before the block can be inserted into (when the block is read in from the disk) or taken out of the LRU chain (when the block is written down to the disk).
Solutions
- Consider implementing multiple buffer pools to reduce contention on this latch.
- Increase the number of LRU latches with the parameter DB_BLOCK_LRU_LATCHES. Generally the default value works.
- Reduce data blocks visited by a query and thereby reduce LRU latch requests in the buffer pool by tuning the SQL.
posted on 2013-03-19 00:47 Oracle和MySQL 阅读(162) 评论(0) 收藏 举报

2群基础群 适合刚入门的同学,会共享最佳入门实践和资料 QQ群 # QQ群号:171092051 # 已经升级到 500人的超级群,空位多多,无需面试
浙公网安备 33010602011771号