MySQL Forums
Forum List  »  Performance

Re: Why does MySQL's performance decrease when queries are executed in parallel?
Posted by: dmitry kotelnikov
Date: July 04, 2012 03:29AM

Hey Rick, thanks a lot for your suggestion. The two queries indeed have quite different execution plans, and SHOW WARNING reveals that one of them uses LEFT JOIN under the hood while the other one uses plain JOIN. The thing I still can not wrap my head around is why (on earth!!) the second query can not be effectively run concurrently (i.e. why the number of queries per second decreases when I use several connections)?

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.