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 with ORDER BY !!!

Re: Performance with ORDER BY !!!

From: David Hart <dghart_at_ibm.net>
Date: Mon, 06 Dec 1999 22:35:02 -0500
Message-ID: <384C8066.22ACC940@ibm.net>


The only thing /* FIRST_ROWS */ does is encourage the optimizer to choose a nested loop access path.

Granted, the INDEX_ASC suggestion only really works well when the predicate matches (or is a subset of) the sort order. In data warehousing loads or aggregation processes, I frequently care more about moving all rows in sequence rather than narrowing an answer set.

D. Received on Mon Dec 06 1999 - 21:35:02 CST

Original text of this message

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