354 views
0 votes
0 votes
Start T;

Write(A);

Checkpoint;

Commit;

System Crash;

Consider the above transaction T. Suppose the system crashes after the performing the above transaction.Will the recovery manager keep the above transaction into Redo-list ,if yes then what statement will be kept into redo-list?

Please log in or register to answer this question.

Related questions

1 votes
1 votes
0 answers
1
JAINchiNMay asked Dec 1, 2022
438 views
Any attribute(s) determining a prime attribute, automatically becomes a prime(s) attributeTrue or false
0 votes
0 votes
1 answer
3
abhinowKatore asked Sep 8, 2022
261 views
If a schedule is not conflict-serializable. Is it serializable?
1 votes
1 votes
1 answer
4
Manisha Jaishwal asked Aug 10, 2022
347 views
S:- R1(x) R1(y) W1(x) R2(z) R2(y) W3(y) R2(y)Schedule is view Serializable or not ?