Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Strange Oracle Optimization
I have a complex query that takes a really long time to run and
actually never completed because it ran out of space. But if I add
this meaningless (oh well, may be meaningful) condition in the
existing Where clause, the query returns data in a few seconds.
and ROWNUM > 0
Why adding this makes a query run so much faster? Received on Sat Jul 12 2003 - 14:16:07 CDT
![]() |
![]() |