• Marko Mäkelä's avatar
    MDEV-30986 Slow full index scan for I/O bound case · 31ea201e
    Marko Mäkelä authored
    buf_page_init_for_read(): Test a condition before acquiring a latch,
    not while holding it.
    
    buf_read_ahead_linear(): Do not use a memory transaction, because it
    could be too large, leading to frequent retries.
    Release the hash_lock as early as possible.
    31ea201e
buf0rea.cc 23.9 KB