MySQL-eight-legged icon indicating copy to clipboard operation
MySQL-eight-legged copied to clipboard

Unresolved Problems Tracker

Open mapleFU opened this issue 3 years ago • 1 comments
trafficstars

一些关于 InnoDB / MySQL 设计的疑惑,如果在 Blog 里面没有更新的话,会在这个 Issue 里面贴出。

mapleFU avatar Apr 01 '22 12:04 mapleFU

  • 跨 Page 的写入操作,MVCC 是怎么保证的?
    • 假设数据从 Page0 -> Page1,那么 序列如下 Page 0, Delete with version, Page 0 写 Undo, Page 1, Insert with version, Page 1 写 Undo. 一共四个 mtr. undo 要先写
  • Lock 是怎么持久化的?-- 纯内存,目测可以根据 Recover 之类的恢复/检测

mapleFU avatar Apr 01 '22 12:04 mapleFU