跳至內容

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

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。