Concept drill
undo-redo
GATE CSE & IT · Recovery · 2015-2021
2
PYQs
100%
keyed
0
elite explanations
2
years appeared
Study anchor
Korth — Database System Concepts
Relational model, SQL, normalization, transactions
Practice action
Start latest PYQPYQs in this concept
All concepts →2021 PYQ
Suppose a database system crashes again while recovering from a previous crash. Assume checkpointing is not done by the database either during the transactions or during recovery....
mediumanswer keybasic explanation
2015 PYQ
Consider a simple checkpointing protocol and the following set of operations in the log. (start, $$T4$$); (write, $$T4, y, 2, 3$$); (start, $$T1$$); (commit, $$T4$$); (write, $$T1,...
mediumanswer key