Re: Query slow on Windows, fast on Ubuntu
Do you have the same setting for innodb_buffer_pool_size ?
It could very well be the performance is different between Linux and Windows, especially if your query is disk-bound. However, the difference is much larger than expected. Do the execution time change if you run it multiple times in a row?
How does it perform if you move all predicates from HAVING to WHERE and write "select straight_join ..." ?
Øystein Grøvlen,
Senior Principal Software Engineer,
MySQL Group, Oracle,
Trondheim, Norway
Subject
Views
Written By
Posted
4969
January 22, 2018 09:24AM
2281
January 22, 2018 11:09AM
2139
January 23, 2018 01:42AM
1924
January 23, 2018 03:13AM
1580
January 23, 2018 03:31AM
1538
January 23, 2018 03:50AM
Re: Query slow on Windows, fast on Ubuntu
1470
January 23, 2018 07:42AM
1490
January 23, 2018 08:33AM
1653
January 23, 2018 09:11AM
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.