Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在“计算机系统设计原理”的 LOG第 9.3.2 节中,是一个将日志原子地(具有全有或全无语义)写入磁盘以实现预写日志协议的过程。但本书并未讨论有关LOG. 我想知道在实践中LOG程序是如何实现的,比如Mysql、Oracle等。
LOG