Database Subsystems: Which Manages Command Logging?
c. Recovery management
Recovery management is the subsystem responsible for logging every command executed in a database. This logging is crucial for ensuring data integrity and allowing the system to recover from failures. By tracking every change made to the database, the recovery management system can roll back any erroneous transactions or restore the database to a consistent state after a crash.
原文地址: https://www.cveoy.top/t/topic/oBWu 著作权归作者所有。请勿转载和采集!