[MDEV-21872] performance regressions in early 10.5 releases Created: 2020-03-04 Updated: 2021-09-16 Resolved: 2021-09-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.5.0, 10.5.1 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Axel Schwenke | Assignee: | Axel Schwenke |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
The regression test suite shows regressions in 10.5 alpha releases vs. 10.4:
for write-heavy workload, 10.5.0 shows improvement over 10.4, but 10.5.1 is again slower:
|
| Comments |
| Comment by Axel Schwenke [ 2020-06-08 ] |
|
The regression for the read-only benchmark is caused by our decision to disable the InnoDB Adaptive Hash Index by default in 10.5. When the AHI is enabled, performance is par with 10.4. See attached file RO-Regression.pdf |
| Comment by Axel Schwenke [ 2020-06-08 ] |
|
The regression for write-only workload with binlog on seems to be cancelled in 10.5.2. See attachment RW-Regression.pdf In the meantime 10.5.3 and pre-10.5.4 show even more improvements for write-heavy workloads. It might still be good to investigate the commits between 10.4.12 and 10.5.0 if there is something wrong. This however has low priority. |