Re: Hints on what to check for bad performance
2-, 5- and 10-min query times merit investigation---it's highly likely they can be improved by tweaking MySQL settings, and/or switching tables to InnoDB, and/or adding or tweaking covering indexes and otherwise and optimising the slow queries.
For starters, review your system & mysql settings against the pointers & suggestions at
http://mysql.rjweb.org/doc.php/memory
For a first look at what settings might need attention, run one or more of the tests described under "Optimisation cheatsheet" at
http://www.artfulsoftware.com/infotree/mysqltips.php.
For specific queries, post the query, the result of running Explain Extended on the query, and results of Show Create Table for each non-trivial table referenced in the query.
Subject
Views
Written By
Posted
1507
September 21, 2015 08:47PM
Re: Hints on what to check for bad performance
851
September 21, 2015 10:01PM
785
September 25, 2015 07:55AM
807
October 02, 2015 09:59PM
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.