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.
- 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.