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 -> Re: Table scan and LRU caching

Re: Table scan and LRU caching

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Tue, 26 Sep 2000 17:42:50 +0100
Message-ID: <969986834.28414.0.nnrp-07.9e984b29@news.demon.co.uk>

Most of the low-level answers to this question so far describe the mechanisms used in
previous releases of Oracle. Oracle 8.1 has a much more sophisticated set of mechanisms for handling the block buffer (and its multiple pools and LRU chains).

The best site to watch for the most accurate and up-to-date information is Steve Adams' on www.ixora.com.au

--

Jonathan Lewis
Yet another Oracle-related web site:  http://www.jlcomp.demon.co.uk

sergey_s_at_my-deja.com wrote in message <8qgcka$lld$1_at_nnrp1.deja.com>...

>How long do the blocks read during a full table scan stay in the cache?
>When a full table scan is performed, how many blocks are pushed into the
>cache at the least recently used end? I am particularly interested in
>how Oracle manages the cache when blocks from table scans are read
>along with the blocks from index reads (which come in through the most
>recently used end).
>
>Thank you.
>Sergey
>
>
>Sent via Deja.com http://www.deja.com/
>Before you buy.
Received on Tue Sep 26 2000 - 11:42:50 CDT

Original text of this message

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