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: Buffer cache statistics (ratios) and CBO SQL optimization?

Re: Buffer cache statistics (ratios) and CBO SQL optimization?

From: Noons <wizofoz2k_at_yahoo.com.au.nospam>
Date: Thu, 1 Jan 2004 01:50:42 +1100
Message-ID: <3ff2e475$1$18694$afc38c87@news.optusnet.com.au>


"Jonathan Lewis" <jonathan_at_jlcomp.demon.co.uk> wrote in message news:bsua97$rsb$1$8300dec7_at_news.demon.co.uk...

> Basically it is pointing out that the code
> path to
> calculate hash
> latch
> pin
> drop latch
> ACCESS DATA - time unknown
> latch
> unpin
> drop latch
> is going to be fairly constant, and a significant
> fraction of the total cost of an LI/O provided
> you don't do anything horrible at the ACCESS
> DATA bit.
>

Would this also stand for an index block access? I'm just reminded of Steve's argument in the "7 sins" about the root index block access not being scalable. That would be mostly because of the above?

> Over the years, across different plaforms, and
> different versions of Oracle, I've seen a variation
> in my base test from about 5,000 to 17,000.

Has it changed significantly between 8i and 9i?

-- 
Cheers
Nuno Souto
wizofoz2k_at_yahoo.com.au.nospam
Received on Wed Dec 31 2003 - 08:50:42 CST

Original text of this message

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