[MDEV-15129] performance regression reading ARIA/MyISAM Created: 2018-01-30 Updated: 2018-02-07 Resolved: 2018-02-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 5.5.59, 10.0.33, 10.1.30, 10.2.12, 10.3.3 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Axel Schwenke | Assignee: | Axel Schwenke |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The regression test suite shows a performance regression for OLTP read-only workload and tables using ARIA ROW_FORMAT=FIXED and MyISAM. The regression is about 10% and shows for high thread counts.
|
| Comments |
| Comment by Axel Schwenke [ 2018-02-03 ] | |||
|
That is not a regression in MariaDB, but was caused by a kernel upgrade on the machine. The old benchmarks up to 5.5.58 have been done with the 3.16.0 Linux kernel, 5.5.59 used 4.4.0. Rebooting with the 3.16 kernel solved the mystery:
| |||
| Comment by Axel Schwenke [ 2018-02-03 ] | |||
|
Leaving this issue "stalled" until all benchmarks that were done with the 4.4.0 kernel have been repeated with 3.16 and we can be sure that there is no real regression. | |||
| Comment by Axel Schwenke [ 2018-02-07 ] | |||
|
Turned out not to be a regression in MariaDB. Benchmarks repeated with 3.16 kernel yielded the expected results. |