Crash Recovery - AWS RDS Multi-AZ and Failover - Load Balancing - Read Replica - Staging Environment - Analytics - Near real time replication to Redshift or other equivalents - Migration (HSKR, HSJP Database)
to the master’s binlog 2. Slave’s IO thread reads the master’s binlog and writes corresponding logs to the relay log. 3. Slave’s SQL thread replays the DML to the slave
New (GTID based) - GTID : Global Transaction ID - ex) 3E11FA47-71CA-11E1-9E33-C80AA9429562:23 - (A) No need to refer to log files or positions - (D) Need to synchronize masters and slaves entirely