- https://topic.it168.com/factory/DTCC2013/doc/a30.pdf
- https://www.percona.com/sites/default/files/PLDC2012-innodb-architecture-and-internals.pdf
- https://mariadb.org/wp-content/uploads/2018/02/Deep-Dive_-InnoDB-Transactions-and-Write-Paths.pdf
- Paper
- https://github.com/cpporchard/mysql-innodb-book
- https://github.com/jeremycole/innodb_diagrams/tree/main/images
- https://github.com/BoobooWei/inside-innodb/blob/master/pdf/mysql_innodb.pdf
- https://www.youtube.com/watch?v=1SpkJPQIrq0 [Done]
- https://www.youtube.com/watch?v=aKOaQfpW7to [Done]
- https://www.youtube.com/watch?v=xi-AmiMi_xI [TODO]
- https://www.youtube.com/watch?v=1GucXCf0rKg [TODO]
- https://www.youtube.com/@hercules7sakthi/videos
- https://www.youtube.com/watch?v=CUiGGqVN00E
- https://blog.jcole.us/2013/01/02/on-learning-innodb-a-journey-to-the-core/
mkdir -p build
cd build
cmake ..
make