4,401 views
2 votes
2 votes
Can someone write one example of a schedule which is conflict serializable but is not allowed by 2pl protocol. I have read that 2pl-> css, but css-> 2pl is not necessary?

2 Answers

1 votes
1 votes
T1 T2 T3
  W(A)  
W(A)    
    W(A)
  W(B)  
W(B)    
    W(B)
1 votes
1 votes
I am not a hundred percent sure but,

W1A R2A R1A

This is conflict Serializable but not in 2pl. Please correct me.

Related questions

2 votes
2 votes
0 answers
2
susgir2 asked Dec 31, 2018
547 views
My question, does abort in T2 makes this schedule conflict serializable? as the effect of T2 will be null. T1: Rx T2: Wx T1: Wx T2: ABORT T1: COMMITRx – read item x.Wx...
1 votes
1 votes
1 answer
3
Sumeet Sarda asked Dec 20, 2018
796 views
5 votes
5 votes
1 answer
4
A_i_$_h asked Oct 10, 2017
1,962 views
A) Number of conflict serializable schedules possibleR4(a) R2(a) R3(a) W1(b) W2(a) R3(b) W2(b)B) NUmber of conflict serializABLE SCHEDULES possible by T1 and T2T1 : R(...