613 views
0 votes
0 votes
Is basic 2 phase locking always recoverable?

1 Answer

Related questions

652
views
1 answers
1 votes
Shivam Gupta 3 asked Aug 3, 2017
652 views
T1: r1(x)w1(x)r1(y)w1(y)T2: r2(y)w2(y)L is xclusive lock and U is unlock L1(y)L1(X)R1(Y)W1(Y)R1(X)W1(X)U1(X)U1(Y)L2(Y)R2(Y)W2(Y)U2(Y)?IS THIS SCHEDULE VALID UNDER A 2 PH...
624
views
0 answers
2 votes
vinay chauhan asked Jan 18, 2019
624 views
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...
478
views
1 answers
1 votes
aditi19 asked Nov 25, 2018
478 views
T1: W(X), T2: R(Y), T1: R(Y), T2: R(X)does 2PL protocol allows it? T1 T2L-X(X)W(X)L-S(Y)R(Y)U(X) L-S(Y)R(Y)L-S(X)R(X)here T2 is granted lock on X as T1 enters sh...
422
views
0 answers
0 votes
anupamsworld asked Jul 26, 2022
422 views
Does Conservative 2 Phase Locking Protocol ensures no Deadlock?Please describe your answer.