Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Pagination (offset/limit)

3274437Jul 19 2016 — edited Jul 22 2016

Dear all,

It is known that the OFFSET and LIMIT definitions work better with the ORDER BY clause, otherwise there is no guarantee that the result is ordered. Is this valid for sem_match queries? Also, when the result is too large, the performance of a query with ORDER BY is very slow.


So, is there a recommendation to improve query performance when using ORDER BY? Or is it better just not to use ORDER BY clause to do the pagination?


Thanks in Advance,

Elisa.

This post has been answered by Matperry-Oracle on Jul 20 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 19 2016
Added on Jul 19 2016
4 comments
6,422 views