ORDER BY + LIMIT
Dear,
The query:
select column from table use index (created) order by created desc limit 500000, 10
is pretty slow.
Is there a fast way to determine the elements 500000 - 500010 within an index?
Thank you very much.
Markus Doppelbauer
Subject
Views
Written By
Posted
ORDER BY + LIMIT
4734
November 12, 2006 04:45AM
3347
November 12, 2006 08:27AM
3154
November 12, 2006 12:09PM
30585
November 13, 2006 04:40AM
3682
January 30, 2007 12:06PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.