• Vladislav Vaintroub's avatar
    MDEV-21534 - Improve innodb redo log group commit performance · 30ea63b7
    Vladislav Vaintroub authored
    Introduce special synchronization primitive  group_commit_lock
    for more efficient synchronization of redo log writing and flushing.
    
    The goal is to reduce CPU consumption on log_write_up_to, to reduce
    the spurious wakeups, and improve the throughput in write-intensive
    benchmarks.
    30ea63b7
srv0start.cc 61.7 KB