[MDEV-9768] Fix MySQL bug #80784: Parallelize buffer pool initialization Created: 2016-03-21 Updated: 2016-11-01 Resolved: 2016-11-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 10.0, 10.1 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | upstream | ||
| Description |
|
Buffer pool initialization is single-threaded and may take minutes on One low-hanging fruit to optimize it would be to initialize buffer pool |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2016-11-01 ] |
|
Idea is good but actual implementation proved to be bad. While this can be parallelized it is bad for performance. |