MySQL Forums
Forum List  »  Performance

Re: Low CPU usage for MYsql Database
Posted by: James Day
Date: July 17, 2005 03:19AM

You get high CPU usage if the data is indexed or cached and the CPU is scanning it in RAM. Low CPU usage generally means that the disks are being used instead, which is bad news.

let us know the results of EXPLAIN SELECT for the query, SHOW CREATE TABLE for the tables used and the contents of my.cnf (with any passwords removed).

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Low CPU usage for MYsql Database
2106
July 17, 2005 03:19AM


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.