MySQL Forums
Forum List  »  Optimizer & Parser

Re: Slow Queries : Using Temporary , Using Filesort
Posted by: Irfan Ali
Date: October 30, 2010 03:29PM

Hello,

Rick, yes for FULLTEXT it's typo. The index is

FULLTEXT KEY `keyword_ft` (`keyword`)

* Yes, you are right, this is pagination query. What is better alternatives for pagination queries ?
* How to optimize SQL_CALC_FOUND_ROWS ?
* What is better alternatives for big LIMIT like in my case LIMIT 88800,6 ?
* Is there any possibilty to get rid of Using Temporary, Using Filesort (ORDER BY rate DESC, time DESC) ?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Slow Queries : Using Temporary , Using Filesort
2441
October 30, 2010 03:29PM


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.