Deep Dive into MySQL InnoDB - MySQL and HeatWave Summit 2024

7 Views
Published
Understanding InnoDB Redo Log and analyzing how MySQL works. I will explain how MySQL works as disk-based DBMS from InnoDB redo logs with dump tool of InnoDB redo logs.

InnoDB's redo logs contain all updates that MySQL persists to disk for crash recovery. By analyzing redo logs, we can trace how MySQL manages updates during execution of transactions.

I am interested in this log and created a tool to dump InnoDB redo log contents. I will explain the architecture of MySQL and InnoDB that I learned through the process of analyzing redo logs.
Category
MySQL
Tags
MySQL, Database, Open-source
Be the first to comment