MySQL Forums
Forum List  »  Optimizer & Parser

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

Hello,

For Query 2 i somehow missed to mention "uid" column is in uniqueproducts table and it's NOT NULL. As you said i require FULLTEXT index.
FULLTEXT(title, keyword)

But according to my knowledge FULLTEXT not required for BOOLEAN MODE.
Also how to get rid of Using Temporary Using Filesort (GROUP BY o.uid ORDER BY o.date ASC, o.id AS)

Also along with that i moved some of FULLTEXT queries to Sphinx. But Sphinx queries execution time is quite long.
Is there any way to tune sphinx queries, any material or any docs links ?

Options: ReplyQuote


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


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.