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 ?
Subject
Views
Written By
Posted
7170
October 22, 2010 06:41AM
2828
October 26, 2010 10:32PM
2440
October 30, 2010 03:29PM
2460
October 26, 2010 10:37PM
Re: Slow Queries : Using Temporary , Using Filesort
3171
October 30, 2010 03:42PM
2545
November 02, 2010 12:23PM
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.