MySQL Forums
Forum List  »  Performance

Re: mysql 5.5.9 dreadfully slow
Posted by: Rick James
Date: February 21, 2011 01:39PM

Before suggesting that you write a bug report, let's verify that you are really comparing apples to apples. For each setup, please provide
SHOW VARIABLES LIKE 'sync%';
SHOW VARIABLES LIKE 'innodb%; -- if you are using InnoDB
How much RAM?
SHOW VARIABLES LIKE '%buffer%';
SHOW VARIABLES LIKE '%log%';
SHOW VARIABLES LIKE 'query_cache%';
SHOW GLOBAL STATUS LIKE 'Qc%';

Options: ReplyQuote


Subject
Views
Written By
Posted
4185
February 20, 2011 11:33AM
Re: mysql 5.5.9 dreadfully slow
1790
February 21, 2011 01:39PM
3024
February 21, 2011 04:21PM
2628
February 21, 2011 05:51PM
2990
February 21, 2011 07:44PM


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.