Recent questions tagged transaction-and-concurrency

0 votes
0 answers
122
0 votes
1 answer
123
0 votes
0 answers
124
0 votes
0 answers
125
0 votes
0 answers
126
0 votes
0 answers
131
0 votes
0 answers
133
0 votes
2 answers
136
3 votes
4 answers
140
2 votes
0 answers
141
Is different 2 phase locking a subset of each other? For example, if the schedule is Strict 2PL then it will also be simple 2PL.Something like a 2PL is a subset of Strict...
0 votes
1 answer
142
Is the following schedule conflict serializableT1T2T3W(X) commit R(X) W(X) R(X) W(X) commit W(X) commit
1 votes
1 answer
146
Consider following Schedule S with data item x :S : W1(X) R2(X) W3(X) R4(X) W5(X) R6(X) W7(X) R8(X) W9(X) R10(X)The number of schedule view equivalent to Schedule S but n...
1 votes
1 answer
148
In crash recovery in the checkpoint mechanism. Till the last checkpoint for all committed transactions redo will be done and all uncommited transactions undo is done. Can...