MySQL Forums
Forum List  »  Newbie

Re: MySQL is eating all the CPU 100% - Guide me to fix this please
Posted by: Peter Brawley
Date: October 23, 2017 09:28AM

The query as described is malformed in many respects.

The only way to determine how to optimise the query is to study the result of running Explain on the query, and the results of Show Create Table on each table referenced by the query.

InnoDB offers better optimisation possibilities, but the issues I outlined in my previous response won't be removed by moving to InnoDB.

Options: ReplyQuote


Subject
Written By
Posted
November 07, 2017 09:51AM
Re: MySQL is eating all the CPU 100% - Guide me to fix this please
October 23, 2017 09:28AM


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.