Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Init.ora .. OPTIMIZER parm: optimizer_index_cost_adj
Get used to it...there are several parameters that affect the Optimizer's thinking/biases. Change/add parameters with great care, preferably testing the change against some key explain plans of heavy impact SQL.
>>> chuck_hamilton_at_yahoo.com 01/31/01 12:20PM >>>
Have you tried increasing the hash_area_size, or db_file_multiblock_read_count? I've found altering these at the session level sometimes makes the optimizer prefer a hash_join, though not always. Sometimes I wonder where it's brain is.
jkstill_at_cybcon.com wrote:
I've used this in an attempt to make the optimizer prefer a hash join over a nested loops join.
The desired results were not achieved.
Jared
On Tue, 30 Jan 2001 bruce.taneja_at_mcd.com wrote:
>
>
> Has any one messed with
> optimizer_index_cost_adj
> on 8.1.7 ??
>
> The default is 100, but my boss thinks 10 is a better value for Cost based Opmtzr..
> doesn't make any sense to me.. why would reducing the cost of using an
> optimizer make it more CBO or go faster.. what if its a large table?
>
> Is it a good strategy to reduce this value to 10 or so ..
>
> any one played with this on a 30GB database ? or any other size db?
>
> thanks, Bruce
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author:
> INET: bruce.taneja_at_mcd.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: jkstill_at_cybcon.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). --------------------------------- Do You Yahoo!? - Get personalized email addresses from Yahoo! Mail Personal Address - only $35 a year! -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Tim Sawmiller INET: sawmillert_at_state.mi.us Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Jan 31 2001 - 12:48:12 CST