跳至内容

Upgrade from MySQL 5.7 to MySQL 8.0.35 causing huge performance problems

0

We recently upgraded MySQL 5.7 to MySQL 8.0.35 and are noticing huge performance problems in our production website.

Any insights as to what sort of queries can cause performance issues? Any config settings to be changed? Any pointers will be very helpful to us.

thanks WzAdmin

已提问 2 年前980 查看次数
1 回答
0
已接受的回答

Well, if I am correct, your 5.7 instance is running on magnetic volumes and the 8.0 is using a very small gp2 volume. You should consider modifying that to gp3 since this volume type has baseline of 3000 IOPS which is a lot more than the gp2 volume.

Here is a blog that explains how to think about gp2 burst performance.

https://aws.amazon.com/blogs/database/understanding-burst-vs-baseline-performance-with-amazon-rds-and-gp2/

https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html

AWS
审核人员
已回答 2 年前
专家
已审核 2 年前
  • You are right about the magnetic and the gp2 volumes. Will try and let you know how it goes. thanks for your help, WzAdmin

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。