Transaction-processing systems usually allow multiple transactions to run concurrently. Allowing multiple transactions to update data concurrently causes several complications with consistency of the data. Ensuring
Category: Transaction Managemenet
Implementation of Atomicity and Durability using Shadow Copy
The recovery-management component of a database system can support atomicity and durability by a variety of schemes. Here we are going to learn about one of