Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Simple query that consumes all temporary space.
On Thu, 27 Jan 2005 01:47:16 -0200, ydalepe wrote:
> the
> query uses the pk index for T1, and it works, taking up some 20 minutes.
Isnt there an index on TXT? Nested Loop on TXT might be reasonable. If you do WHERE T2.LINE - T1.LINE > 0 this should avoid PK index usage.
Sincerely,
Joachim
-- Warnung: \" kann Augenkrebs verursachen.Received on Thu Jan 27 2005 - 12:47:34 CST