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: unexpected query plan

RE: unexpected query plan

From: Christian Antognini <Christian.Antognini_at_trivadis.com>
Date: Mon, 22 Jan 2007 18:57:15 +0100
Message-ID: <F2C9CCA71510B442AF71446CAE8AEBAF8B5FE3@MSXVS04.trivadis.com>


Paul

> What is this indexjoin operation?

To save a table access the query optimizer is able to get the data by joining two indexes on the same table (based on the ROWID that can be found in both segments). Of course this is only possible when all referenced attributes are indexed.

> I have never seen it.

FYI: this is not something "new". Here a link to the 8.1.5 where it is documented...
http://download-uk.oracle.com/docs/cd/F49540_01/DOC/server.815/a67781/c2 0b_ops.htm#1164

HTH
Chris

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Jan 22 2007 - 11:57:15 CST

Original text of this message

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