Why does MySQL 8.0 perform worse than MySQL 5.7 in low concurrency scenarios? #6
wangbin579
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our research indicates that there are several reasons for this. The first reason is frequent flush IO during redo log optimization. The second reason is that performance was not prioritized when adding new features, leading to a gradual decline in performance. The third reason is performance issues related to memory usage
Beta Was this translation helpful? Give feedback.
All reactions