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

Home -> Community -> Usenet -> c.d.o.tools -> LRU algorithm - question

LRU algorithm - question

From: <sergey_s_at_my-deja.com>
Date: Sun, 24 Sep 2000 02:32:28 GMT
Message-ID: <8qjp3s$b30$1@nnrp1.deja.com>

Data blocks placed in cache at the most recently used end "age out" by moving to the least recently used end where they get removed from memory.

What happens to the blocks from full table scans? I know they are placed at the least recently used end, but do they remain in cache for some time? Is there also some sort of "aging out" process?

Thnk you!
Sergey

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Sat Sep 23 2000 - 21:32:28 CDT

Original text of this message

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