阅读背景:

InnoDB On-Disk Structures(五)-- Redo Log & Undo Logs (转载)

来源:互联网 

1.Redo Log

The redo log is a disk-based data structure used during crash recovery to correct data written by incomplete transactions. During normal operations, the redo log encodes requests to change table data that result from SQL statements or low-level API calls. Modifications that did not finish updating the data files before an unexpected shutdown are replayed automatically during initialization, and before the connections are accepted.The redo log is a disk-based data struc




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: