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
4722
November 12, 2006 04:45AM
3340
November 12, 2006 08:27AM
3145
November 12, 2006 12:09PM
30575
November 13, 2006 04:40AM
3672
January 30, 2007 12:06PM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

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.