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: 4 join methods?

Re: 4 join methods?

From: PD Miller <millerp_at_caribdata.co.uk>
Date: Thu, 31 May 2001 11:52:49 -0700
Message-ID: <F001.00316275.20010531103631@fatcity.com>

At 9:07 -0800 31/5/01, Mogens Nørgaard wrote:
>There is certainly something new called an index join around in 8i.

An index join is a hash join on 2 or more indexes which between them contain all the columns required to fulfill the query. It is new to 8i, and is considered to be an access pathl but strangely is not considered to be a join method; probably because it is a hybrid of the hash join using indices only.

Regards

Paul Miller

--
-
Carib Data Limited

<mailto:millerp_at_caribdata.co.uk>
<http://www.caribdata.co.uk>
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: PD Miller
  INET: millerp_at_caribdata.co.uk

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 Thu May 31 2001 - 13:52:49 CDT

Original text of this message

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