[MDEV-23142] Improving performance of 'row_mysql_store_col_in_innobase_format' Created: 2020-07-10 Updated: 2022-01-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.5.3 |
| Fix Version/s: | 10.6 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Dmitriy Philimonov | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Continuing the research made in MDEV-22720, `storage/innobase/row/row_mysql_store_col_in_innobase_format` function Since the function is not too hot, to prove the profit we used sysbench Our platform: Kunpeng 920 aarch64 CPU (64 cores), Ubuntu 20.04, gcc-9.3.0 Suggested fix
|