MySQL Forums
Forum List  »  MyISAM

Re: MyISAM Query Performance
Posted by: Rick James
Date: September 05, 2009 01:57PM

If there is nothing but SELECTs going on (not even replication), then stalls should not happen.

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 ]

That is, even if the stalls do happen, perhaps we can optimize things to lessen the problem.

Options: ReplyQuote


Subject
Views
Written By
Posted
3451
September 04, 2009 12:32PM
Re: MyISAM Query Performance
2341
September 05, 2009 01:57PM


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.