MySQL Forums
Forum List  »  Optimizer & Parser

ORDER BY + LIMIT
Posted by: Markus Doppelbauer
Date: November 12, 2006 04:45AM

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

Options: ReplyQuote


Subject
Views
Written By
Posted
ORDER BY + LIMIT
4674
November 12, 2006 04:45AM
3283
November 12, 2006 08:27AM
3100
November 12, 2006 12:09PM
30535
November 13, 2006 04:40AM
3628
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.