mysql> SELECT created_at, updated_at, title, subtitle FROM pages WHERE tags LIKE 'replication' ORDER BY created_at DESC;

| created_at | updated_at | title | subtitle | tags |
| 2024-11-21 |  | Replica Preserve Commit Order and Measuring Lag |  | mysql, replication, lag, preserve-commit-order |
| 2024-10-20 | 2024-10-26 | Group Commit and Transaction Dependency Tracking | Towards Multi-threaded Replication | mysql, replication, group-commit, logical-clock, writeset |
| 2024-05-31 |  | Why MySQL Replication Is Fast |  | mysql, replication, lag |
| 2022-07-28 |  | Better Replication Heartbeats | Chapter 7 | mysql, replication, book, efficient-mysql-performance |
| 2020-05-31 |  | Missing Writes with MySQL GTID |  | mysql, replication, gtid |
| 2019-12-15 |  | Fixing Ghosted GTIDs | When MySQL GTID auto-positioning fails | mysql, replication, gtid, auto-pos |
| 2018-01-23 |  | Crash-safe MySQL Replication | A Visual Guide | mysql, crash-safe, replication, gtid |
7 rows in set (0.00 sec)