RTUComputer ScienceYr 2024 · Sem 42024

Q7Database Management System

Question

4 marks

Explain the concept of Shadow Paging.

Answer

Recovery technique using duplicate page tables.

Shadow paging is a technique to provide atomicity and durability. It maintains two page tables: Current and Shadow. Updates are made to new pages, and if successful, the shadow table is updated to point to the new state.

Back to Paper