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 -> SQL Performance question

SQL Performance question

From: Dag Arne Matre <dam_at_visma.no>
Date: Thu, 05 Oct 2000 14:13:54 GMT
Message-ID: <C00D5.5221$Uc.564935@juliett.dax.net>

If memory serves me right, this:
... WHERE EXISTS ( ....
would normally perform better than
... WHERE <column> IN ( ...

I have an example of the opposite, which is confirmed by EXPLAIN PLAN (there is a table scan in the EXISTS version). So, I wonder:
- memory serves me wrong

Oracle 8.0.5.

TIA,
D A Received on Thu Oct 05 2000 - 09:13:54 CDT

Original text of this message

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