MySQL Forums
Forum List  »  MyISAM

Re: select queries are slow
Posted by: Rick James
Date: August 07, 2013 07:48PM

> Why select queries are slow with MyISAM storage?

Usually cannot fix performance via settings...

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
and surround them with [ code ] and [ / code ]

Options: ReplyQuote


Subject
Views
Written By
Posted
2798
August 06, 2013 07:13AM
Re: select queries are slow
1394
August 07, 2013 07:48PM


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.