MySQL Forums
Forum List  »  General

Re: Performance increased after mysqldump restoration ?
Posted by: Rick James
Date: April 28, 2009 10:47PM

This is terribly small, since you are using InnoDB:
innodb_buffer_pool_size : 8388608
Recommend 70% of available RAM.

Yes, enable slow query log, and set long_query_time=2 Then, please provide
* SHOW CREATE TABLE tbl\G
* SHOW TABLE STATUS LIKE 'tbl'\G
* EXPLAIN SELECT ...\G
and surround them with [ code ] and [ / code ]

Options: ReplyQuote




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.