Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Performance for sub-select or joins

Re: Performance for sub-select or joins

From: Sisk, David [YRK:6J00:EXCH] <dsisk_at_americasm01.nt.com>
Date: 2000/04/06
Message-ID: <8cir3t$aog$1@zrtph05m.us.nortel.com>#1/1

Actually, the execution plan will usually be the same for a sub-select or join, given they return the same results and use the same filtering conditions. In many cases, you can do essentially the exact same thing with either a join or sub-select, and the database will process it the same way. It's more of a logical difference rather than a physical difference.

Regards,

--
David C. Sisk
Database Architect
ReliaMetrics (formerly Emerald Business Unit)
Nortel Networks
(919) 992-0890
dsisk_at_nortelnetworks.com
Received on Thu Apr 06 2000 - 00:00:00 CDT

Original text of this message

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