In this video, we explore how databases capture and transfer data changes. We break down the replication methods that send SQL statements, exact row changes, or a mix of both (as used in MySQL).
Timeline:
• 00:00 - How to replicate changes ?
• 00:55 - Statement-Based Replication
• 07:47 - Logical (Row-Based) Replication
• 14:14 - Example: Oplog in MongoDB
• 20:09 - Mixed Replication in MySQL
The video is based on my article https://fedianin.com/2025/02/14/database-replication-streams-from-statementbasedtowal/