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

| created_at | updated_at | title | subtitle | tags |
| 2024-12-28 |  | Monitoring Multi-threaded Replication Lag With Performance Schema |  | mysql, replication, lag, monitoring, performance-schema |
| 2022-08-28 |  | Mining the MySQL Performance Schema for Transactions | Chapter 8 | mysql, transactions, performance-schema, book, efficient-mysql-performance |
| 2022-08-28 |  | MySQL Transaction Reporting |  | mysql, transactions, performance-schema |
| 2022-01-16 |  | Configuring MySQL Query Metrics | Chapter 1 | mysql, book, efficient-mysql-performance, query-metrics, performance-schema, slow-query-log |
4 rows in set (0.00 sec)