MySQL Forums
Forum List  »  Performance

Re: Poor performance when using a large Limit offset
Posted by: James Day
Date: January 24, 2005 12:59AM

That's called a covering index and it can be a big help. You might want to see if you can find a way to start at the right point initially instead of using a limit, though - assuming you expect the record count, offsets or frequency of the query to grow.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Poor performance when using a large Limit offset
5001
January 24, 2005 12:59AM


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.