cache buffers lru chain
The cache buffers lru chain latches protect the lists of buffers in the cache. When adding, moving, or removing a buffer from a list, a latch must be obtained.
cache buffers chains
The cache buffers chains latches are used to protect a buffer list in the buffer cache. These latches are used when searching for, adding, or removing a buffer from the buffer cache. Contention on this latch usually means that there is a block that is greatly contended for (known as a hot block).
CACHE BUFFERS CHAINS,我的理解是每一个BUCKET对于一个链,当要扫描该链时就需要获取cache buffers chains LATCH,但是没有理解cache buffers lru chain?
从官方资料来看,两个定义感觉都差不到,还望老师能帮忙答疑。 |
|