[MDEV-21751] innodb_fast_shutdown=0 can be unnecessarily slow Created: 2020-02-17 Updated: 2023-09-27 Resolved: 2020-06-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Fix Version/s: | 10.5.4 |
| Type: | Task | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | performance, shutdown | ||
| Issue Links: |
|
||||||||||||||||||||||||||||
| Description |
|
Now that |
| Comments |
| Comment by Daniel Black [ 2020-06-04 ] |
|
Thank you wlad |
| Comment by Vladislav Vaintroub [ 2020-06-09 ] |
|
Apparently, increasing threads did not seem to help much due to contention on the dictionary mutex, but maybe this will help in the future |
| Comment by Marko Mäkelä [ 2021-08-31 ] |
|
The dict_sys.mutex would be removed in |
| Comment by Marko Mäkelä [ 2021-08-31 ] |
|
It looks like |