• Daniel Black's avatar
    MDEV-25417: Remove innodb buffer pool load throttling · 183ca823
    Daniel Black authored
    The very lightest of load would decimate any buffer pool loading
    to ~1 page per second. As seen in MDEV-29343 this resulting in
    a load taking over an hour on a high end system.
    
    Since MDEV-26547 the fetching is asynchronous, however the loading
    has equal access to the IO as the SQL queries.
    183ca823
buf0dump.cc 18.8 KB