MySQL Forums
Forum List  »  Performance

Re: Performance tuning - comparing two computers
Posted by: Øystein Grøvlen
Date: January 24, 2013 03:15AM

Hi, Francis

Are you runnning the same version of MySQL on both computers?
Does EXPLAIN of the query give same output?

You could try to compare the output of "SHOW STATUS LIKE 'Handler%'". (Remember to do FLUSH STATUS before running the query). That will tell you if the number of accesses from MySQL server to InnoDB storage engine are the same in both cases.

Øystein Grøvlen,
Senior Principal Software Engineer,
MySQL Group, Oracle,
Trondheim, Norway

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Performance tuning - comparing two computers
1174
January 24, 2013 03:15AM


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.