537 views
2 votes
2 votes

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: COMMIT

Rx – read item x.

Wx – write item x. 

Please log in or register to answer this question.

Related questions

7 votes
7 votes
3 answers
2
Supremo asked Jan 28, 2017
2,139 views
$S: R_1(A),R_2(B),W_2(A),W_3(C),R_4(C),R_3(A),W_3(B),R_4(A),W_2(B),W_4(B),W_3(A)$View serializable or not?
0 votes
0 votes
1 answer
4
aditi19 asked Dec 1, 2018
1,134 views
T1: R(X), T2: W(X), T2: commit, T1: W(X), T1: commit, T3: R(X), T3: commitis this allowed in Thomas write rule?if yes then what will be the serial order