Chapter 19: Problem 15
Describe the shadow paging recovery technique. Under what circumstances does it not require a log?
Chapter 19: Problem 15
Describe the shadow paging recovery technique. Under what circumstances does it not require a log?
All the tools & learning materials you need for study success - in one app.
Get started for freeDiscuss the UNDO and REDO operations and the recovery techniques that use each.
Describe the write-ahead logging protocol.
Choose the correct answer for each of the following multiple-choice questions: For correct behavior during recovery, undo and redo operations must be a. commutative. b. associative. c. idempotent. d. distributive.
Choose the correct answer for each of the following multiple-choice questions: There is a possibility of a cascading rollback when a. a transaction writes items that have been written only by a committed transaction. b. a transaction writes an item that is previously written by an uncommitted transaction. c. a transaction reads an item that is previously written by an uncommitted transaction. d. both (b) and (c).
Choose the correct answer for each of the following multiple-choice questions: When a failure occurs, the log is consulted and each operation is either undone or redone. This is a problem because a. searching the entire log is time consuming. b. many redo's are unnecessary. c. both (a) and (b). d. none of the above.
What do you think about this solution?
We value your feedback to improve our textbook solutions.