Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Faster outer joins???
Hi all!
I'm running a query on a table which outer-joins to another table
table 1.field = table2.field (+)
I know it'll be slower that a simple join, but it's too slower for me... :-) So I've run the EXPLAIN PLAN utility on that query and what I get is a FULL ACCESS to the second table... but that table has got an index, and that means that it's not being used!!! why??? it would be very faster, because that second table is very extense...
Someone told me that outer joins don't use indexes... is that true? or can I do something to improve speed?
Thanx!
--
Isaac Asimov _____________________________________________________Received on Wed Jul 08 1998 - 16:12:51 CDT
![]() |
![]() |