mysql> SELECT created_at, updated_at, title, subtitle FROM pages WHERE type = 'path' ORDER BY created_at DESC;

| created_at | updated_at | title | subtitle | tags |
| 2023-08-09 |  | Deferred Join: A Deep Dive |  | mysql, deferred-join, query-optimizaiton, finch |
| 2022-11-20 |  | MySQL IOPS for Reads and Surprsies |  | mysql, iops |
| 2022-04-17 |  | Access Patterns for MySQL | Chapter 4 | mysql, access-patterns, book, efficient-mysql-performance |
| 2022-03-19 |  | Performance Is Less | Chapter 3 | mysql, book, efficient-mysql-performance, philosophy |
| 2018-01-28 | 2024-06-07 | Database Scalability: Contention and Crosstalk | Do more with less | database, scalability, Universal Scalability Law |
5 rows in set (0.00 sec)