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: CBO - hash join vs nested loops

RE: CBO - hash join vs nested loops

From: <oracle-l-bounce_at_freelists.org>
Date: Mon, 5 Dec 2005 11:59:31 -0500
Message-ID: <F4C27E77F7A33E4CA98C19A9DC6722A27B4417@EXCHANGE.corp.perceptron.com>


 Laimutis,

Jonathan was talking about SYSTEM statistics. Look up DBMS_STATS.GATHER_SYSTEM_STATS procedure in Oracle docs.

Igor

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Laimutis Nedzinskas
Sent: Monday, December 05, 2005 10:54 AM To: oracle-l_at_freelists.org
Subject: RE: CBO - hash join vs nested loops

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Jonathan Lewis "
The first STRATEGIC step is to get the system statistics set so that the optimizer has a truthful image about the time cost of multiblock reads, and the CPU cost of doing tablescans.
"

Can you elaborate a bit more what can be considered for this truthful image apart from the straightforward "compute all for all cascade all"? The only thing left seems to be the histograms which, yes, opens a lot possibilities.

--
http://www.freelists.org/webpage/oracle-l



--
http://www.freelists.org/webpage/oracle-l
Received on Mon Dec 05 2005 - 12:07:19 CST

Original text of this message

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