Replication మార్పులను ఒక source (master) నుండి ఒకటి లేదా అంతకంటే ఎక్కువ replicas కు stream చేస్తుంది. source ప్రతి committed మార్పును దాని binary log (binlog) లో record చేస్తుంది; ప్రతి replica యొక్క I/O thread ఆ log ను copy చేస్తుంది మరియు ఒక SQL/applier thread దాన్ని replay చేస్తుంది, కాబట్టి replicas అదే డేటాకు converge అవుతాయి.
ప్రవాహం
writes
app ---------> --- binlog ---> <-- reads
| <-- reads
+---------- binlog ---> <-- reads
