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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: how to set optimizer_index_cost_adj and cache parameters?

RE: how to set optimizer_index_cost_adj and cache parameters?

From: Khedr, Waleed <Waleed.Khedr_at_FMR.COM>
Date: Fri, 26 Mar 2004 12:55:10 -0500
Message-ID: <D91D9D5A73FC694BBC52F1EB26AD410F024120D2@MSGBOSCLD2WIN.DMN1.FMR.COM>


Hi Jonathan,

This is from the article:
"Essentially, this formula tells Oracle the number of block visits (see side bar) that a process will have to make to collect all the data from the table. If the selectivity (fraction of the table's data) is X, then it seems reasonable that the number of index leaf blocks to visit will be X% of the clustering_factor; and the number of table block visits will also be X%. Add on the fact that you have to walk from the root to the leaf level just once, and you have the formula."

I believe it's the other way around:

the number of index leaf blocks = X% of leaf blocks the number of table block visits = X% of clustering_factor

Regards,

Waleed

-----Original Message-----

From: Jonathan Lewis [mailto:jonathan_at_jlcomp.demon.co.uk] Sent: Thursday, March 25, 2004 11:51 AM
To: oracle-l_at_freelists.org
Subject: Re: how to set optimizer_index_cost_adj and cache parameters?

Just in case you haven't come across it, the following article of mine has just been published on DBAZine:

    www.dbazine.com/jlewis18.shtml



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html

-----------------------------------------------------------------
Received on Fri Mar 26 2004 - 11:51:39 CST

Original text of this message

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