Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: USING COST BASED OPTIMISATION ON A MULTI-PROCESSOR,MULTI-DISK DRIVE SERVER
A nice feature in 8.0.5 though (possibly 8.0.4) is that
you can introduce a weighting on how likely it is for
index blocks to be buffered. This makes it much more
likely for Oracle to choose an index-driven path, and is
'more appropriate' according to the readme.doc than
the trick of setting FIRST_ROWS optimisation.
Can't remember the name of the init.ora parameter at present, sorry.
--
Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk
keith boulton wrote in message <36ef7d08.1495630_at_195.147.246.90>...
>At the risk of appearing obsessed about it - my experience is that the
>cost based optimiser far too often chooses full tables scans and hash
>joins. The solution to this is to set optimizer_mode=first_rows in
>init.ora. This can be overridden with hints on a case by case basis if
>required.
>
Received on Thu Mar 18 1999 - 16:28:03 CST
![]() |
![]() |