[MDEV-12545] Reduce the amount of fil_space_t lookups Created: 2017-04-21 Updated: 2017-04-21 Resolved: 2017-04-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1.23, 10.2.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | performance | ||
| Description |
|
In InnoDB, fil_system->mutex is one of the most contended mutexes. We should reduce the amount of work done while holding this mutex. |
| Comments |
| Comment by Marko Mäkelä [ 2017-04-21 ] |
| Comment by Jan Lindström (Inactive) [ 2017-04-21 ] |
|
There is comments that in my understanding require actions or reasons why not. |