Database Management System

⌘K
  1. Home
  2. Docs
  3. Database Management Syste...
  4. Transaction Processing, C...
  5. Shadow Paging

Shadow Paging

Shadow Paging is a technique used in database recovery to maintain consistency and allow the rollback of transactions in case of failure.

  • It is often used to ensure that database changes are atomic and consistent without losing previously committed data.
  • The primary idea behind shadow paging is to maintain a copy (or shadow) of the database pages that can be swapped back in case of an incomplete transaction or system crash.

How can we help?

Leave a Reply

Your email address will not be published. Required fields are marked *