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

WzAdmin
asked 20 days ago75 views
1 Answer
0
Accepted Answer

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
MODERATOR
philaws
answered 20 days ago
profile picture
EXPERT
A_J
reviewed 19 days ago
  • You are right about the magnetic and the gp2 volumes. Will try and let you know how it goes. thanks for your help, WzAdmin

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions