• Marko Mäkelä's avatar
    MDEV-21351: Fix a performance regression · f3dac591
    Marko Mäkelä authored
    The linear scan of recv_sys_t::blocks() in recv_sys_t::free()
    turns out to dominate the execution time in crash recovery.
    Let us scan the much shorter buf_pool->chunks lists instead.
    f3dac591
log0recv.cc 109 KB