How does the database write log atomically?

100 views Asked by At

In section 9.3.2 of "Principles of Computer System Design" LOG is a procedure to write a log atomically (with all-or-nothing semantic) to disk to implement write-ahead-log protocol. But the book does not discuss the details about implementation of LOG. I want to know in practice how the LOG procedure is implemented, such as Mysql, Oracle, etc.

0

There are 0 answers