Tag

System Lock

1 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Mar 26, 2020 · Databases

Understanding MySQL Replication Delay and System Lock Mechanisms

This article explains how MySQL computes replication delay using show_slave_status, analyzes the relationship between binlog write timestamps and event generation, enumerates common causes of lag, and provides a detailed examination of the system‑lock state in the slave SQL thread with code examples.

BinlogDatabase performanceInnoDB
0 likes · 11 min read
Understanding MySQL Replication Delay and System Lock Mechanisms