MySQL Forums
Forum List  »  PHP

Re: PHP / MySQL Massively different speed differences between servers
Posted by: Jeremy James
Date: February 21, 2020 05:32AM

Data is exact same across the servers (replication)

however, after several hours of trying stuff, we have discovered that a group by query causes massive performance issues on the other servers compared to the ones that have no issues

removing it causes massive increase in performance

yet on two servers, having a group by has no issue at all

and we're talking about the exact same records being queried

very strange!! any ideas why a group by would behave so differently between exact same setups and same data sets?

potentially that means other statements might have similar impacts too which we have not discovered yet

Options: ReplyQuote


Subject
Written By
Posted
Re: PHP / MySQL Massively different speed differences between servers
February 21, 2020 05:32AM


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.