1. Purpose and scope
This performance investigation aims to look into the read/write performance of Percona Server for MySQL 8.4 and how it changed between versions released in 2026:
- 8.4.8-8 released on 12 March 2026
- 8.4.10-10 released on 30 June 2026
- 8.4.11-11 released on 20 August 2026
We want to see if there are improvements in scalability and performance in OLTP read/write operations, where the improvements are most noticeable and how they were achieved. For some readers this material might help with making the decision whether upgrading to a newer version is worth the effort.
An important note is that the new features or security patches will not be taken into consideration.
Measuring Latency (Percentiles) and Resource Utilization (CPU, RAM, I/O) is not in the scope of this post.
2. Configuration and Methodology
The …
[Read more]