Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Re: Always_semi_join
Why don't you leave that parameter unset and let you CBO to make an
appropriate decision? CBO has all the necessary information: block density,
number of rows, hash size estimate etc. and can probably make an itelligent
decision. After all, CBO was written by the very same people who wrote OUI,
which was dicussed in a separate thread.
On 2003.05.21 07:56 rgaffuri_at_cox.net wrote:
> so am I correct in saying that you should use hash joins when you need to return large amounts of data in the result set? Its not appropriate every time. So setting 'always semi join' to hash is not appropriate.
-- Mladen Gogala Oracle DBA -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Mladen Gogala INET: mgogala_at_adelphia.net Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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 May 21 2003 - 09:11:38 CDT