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

| created_at | updated_at | title | subtitle | tags |
| 2021-09-02 |  | MySQL LRU Flushing and I/O Capacity |  | mysql, innodb, lru-flushing, io-capacity |
1 rows in set (0.00 sec)