MySQL Forums
Forum List  »  Performance

Re: Subset Query Speed Help from .46 second to 7 minutes!
Posted by: Brian Pilati
Date: August 11, 2005 12:10PM

Felix,

I think I see something in the combined query from the Explain <query> \G results. MySQL is running the subset query first and then the query. However, the subset is dependant on the results from the query. Thus, increasing the query time.

That is what I see, anyway.

Is there any way, without rewriting the queries, to have MySQL run the query first and then the subquery?

Thanks
Brian

Options: ReplyQuote




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.