The ___________ policy, allows the system to write modified blocks to disk even if the transactions that made those modifications have not all committed.

🎲 Try a Random Question  |  Total Questions in Quiz: 70  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
DBMS Basics Practice Test: Recovery System — practice the complete quiz, review flashcards, or try a random question.

Quiz on classification of failures, backup systems, buffer management and recovery and different lock releases. Database Management Systems (DBMS) use recovery techniques to recover data when the data's state changes or the entire data is lost. The two main types of recovery techniques are: Rollback/Undo Recovery: Undoes the effects of a transaction that failed due to a system error or failure Commit/Redo Recovery: Reapplies the changes made by a transaction that has been completed successfully to the database  Other recovery techniques include: Log-based recovery: Keeps a record of... Show more

The ___________ policy, allows the system to write modified blocks to disk even if the transactions that made those modifications have not all committed.