MySQL Forums
Forum List  »  Performance

Re: Big performance difference - can't find the difference (2 machines) ?
Posted by: Benoit St-Jean
Date: March 15, 2017 11:27PM

1) To get a precise measure, execute your SQL from a text file with the MySQL client. If you want to measure MySQL performance, you have to get rid of all the PHP/whatever crap that could affect performance and your measures

2) Make *absolutely* sure all MySQL settings are the same.

3) You do not specify the engine type in your table create statement. Are they the same by default?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Big performance difference - can't find the difference (2 machines) ?
671
March 15, 2017 11:27PM


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.