Database Management System

⌘K
  1. Home
  2. Docs
  3. Database Management Syste...
  4. Transaction Processing, C...
  5. Recovery Based on Deferred Update

Recovery Based on Deferred Update

Deferred Update is a recovery technique used in database management systems (DBMS) to ensure that only successfully committed transactions are permanently applied to the database.

Thank you for reading this post, don't forget to subscribe!
  • This method delays writing changes to the database until a transaction is fully committed, meaning that all operations in the transaction have been completed successfully.
  • If a failure occurs before a transaction is committed, none of the changes made by that transaction will be reflected in the database.

How can we help?