No Picture
MySQL DBA

MySQL Master Key Rotation: How to Implement It

How to implement master key rotation in MySQL? Master key rotation in MySQL can be implemented using the built-in InnoDB encryption feature or using third-party tools. Here is a general overview of the steps involved [...]
No Picture
MySQL Internals

MySQL Checkpoint: How Checkpointing Works

How does checkpointing work in MySQL? In MySQL, checkpointing is the process of flushing dirty pages from the buffer pool to disk, in order to ensure that the data on disk is in a consistent […]