I have this slow query (26 seconds):
SELECT uniqueIDS FROM search_V2 WHERE siteID=1 AND status=1 AND (MATCH(data) AGAINST ('scale' IN BOOLEAN MODE));
I like first the query work on siteID_status index and then work with the full search index.
Any solution for that?