Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: pagination of oracle
If the sort algorithm employed by Oracle finds the low value rows first
as it makes passes through the data then Oracle can start passing data
back to the outer query before all the data has been sorted where the
stopkey operation will in fact cause the query to terminate before all
the inner query data is fully sorted.
How many rows are sorted will depend on the row size, sort buffering, and sort algorithm in use. Oracle may change any of these between releases.
HTH -- Mark D Powell -- Received on Mon Mar 27 2006 - 10:08:58 CST