Which of the following is an alternative to the log-based recovery schemes in…
2021
Which of the following is an alternative to the log-based recovery schemes in database recovery system?
- A.
Shadow paging
- B.
Defragmentation
- C.
Prepaging
- D.
Demand paging
Attempted by 7 students.
Show answer & explanation
Correct answer: A
Shadow paging is a recognized alternative to log-based recovery schemes in database systems. It manages data pages by maintaining shadow copies of page tables, allowing for recovery without relying on traditional transaction logs. In contrast, defragmentation relates to disk maintenance, while prepaging and demand paging are operating system memory management strategies.