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

Home -> Community -> Usenet -> c.d.o.misc -> Re: cache table vs. indexed table, and multiblock reads

Re: cache table vs. indexed table, and multiblock reads

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Thu, 6 May 1999 20:16:49 +0100
Message-ID: <926018513.28310.0.nnrp-06.9e984b29@news.demon.co.uk>


Just remembered,

I put some stuff about cache etc. on my website a couple of weeks ago. There are big changes from V7 to V8 on how you are supposed to handle objects with different aging characteristics.

--

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

>Sweth Chandramouli wrote:
>
>> 1) when would it make sense to use a cache table versus
>> a fully indexed one? as i understand it, the main advantage of
>> a cache table is that it disables buffer aging, so that small
>> lookup tables that are read via full-table-scans will be read
>> into the buffer cache like regular data, instead of being placed
>> at the "old" end of the stack, so that it will be overwritten
>> immediately. fully indexing a table, on the other hand, prevents
>> the full table scan from ever happening, but is mostly useful for
>> the same sorts of tables. how should i pick between the two?
>>
Received on Thu May 06 1999 - 14:16:49 CDT

Original text of this message

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