MySQL Forums
Forum List  »  MyISAM

Re: Slow Performance CPU not increase
Posted by: Rick James
Date: February 19, 2011 09:04AM

A guess: You have a slow query that is pounding on the disk. Find that slow query, and let's discuss how to improve it.

To assist in analyzing slow SELECTs, please provide
* SHOW CREATE TABLE tbl\G -- engine, indexes
* SHOW TABLE STATUS LIKE 'tbl'\G -- sizes
* EXPLAIN SELECT ...\G -- clues of inefficiencies
* SHOW VARIABLES LIKE '%buffer%'; -- cache size
and surround them with [ code ] and [ / code ]

You might switch over to the Performance forum; your issue is probably not MyISAM-specific.

Options: ReplyQuote


Subject
Views
Written By
Posted
5073
February 16, 2011 10:04PM
Re: Slow Performance CPU not increase
2021
February 19, 2011 09:04AM
2099
February 19, 2011 08:54PM
2085
February 22, 2011 10:16AM
1610
February 23, 2011 04:37AM


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.