Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Buffer cache is not LRU?!

Buffer cache is not LRU?!

From: D. Alvarado <laredotornado_at_zipmail.com>
Date: 9 Apr 2004 07:03:02 -0700
Message-ID: <9fe1f2ad.0404090603.2b73ad34@posting.google.com>


I was always under the impression that purging of the buffer cache always occurred in a least recently used manner. But then I read in this book, regarding how space in the buffer cache is managed during full table scan operations,

"In this case, Oracle eliminates the buffers almost immediately after reading them into memory in a FIFO (first in, first out) fashion to prevent the buffer cache from being inundated with useless new information and degrading performance"

. Is this true? In what circumstances does Oracle apply LRU when purging the buffer cache?

Thanks, - Dave Received on Fri Apr 09 2004 - 09:03:02 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US