• Marko Mäkelä's avatar
    MDEV-32050: Boost innodb_purge_batch_size on slow shutdown · 2ba97021
    Marko Mäkelä authored
    A slow shutdown using the previous default innodb_purge_batch_size=300
    could be extremely slow, employing at most a few CPU cores on the average.
    Let us use the maximum batch size in order to increase throughput.
    
    Reviewed by: Vladislav Lesin
    2ba97021
srv0srv.cc 54.5 KB