MySQL Forums
Forum List  »  Optimizer & Parser

Re: Querying a fast subquery never returns
Posted by: Eric Coll
Date: May 22, 2012 05:19PM

Note that the explain query plan is pretty much useless in this case.

We can run an explain on the inner query which runs in 14 seconds, but trying to run an explain on the whole query produces the same result: it never returns and it gets stuck on the sorting results stage.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Querying a fast subquery never returns
1212
May 22, 2012 05:19PM


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.