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

| created_at | updated_at | title | subtitle | tags |
| 2024-10-20 |  | Group Commit and Transaction Dependency Tracking | Towards Multi-threaded Replication | mysql, replication, group-commit, logical-clock, writeset |
1 rows in set (0.00 sec)