MySQL Forums
Forum List  »  Performance

Re: Query slow on Windows, fast on Ubuntu
Posted by: Thomas Thomas
Date: January 23, 2018 08:33AM

Windows machine :
innodb_buffer_pool_size=136M

Linux machine :
no entry for innodb_buffer_pool_size

It is a lot faster by moving predicates from HAVING to WHERE
Which is a problem because I have to migrate the webapp from Linux to Windows and I have tons of sql queries that might have the same problem.

Options: ReplyQuote


Subject
Views
Written By
Posted
4712
January 22, 2018 09:24AM
Re: Query slow on Windows, fast on Ubuntu
1365
January 23, 2018 08:33AM


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.