4,171 views
7 votes
7 votes
Number of conflict serializable schedules in

T1 : R(A) W(A) R(B) W(B)

T2: R(A) W(A) R(B) W(B)

5 Answers

1 votes
1 votes
There could be two serial schedules possible:

S1:  T1 -> T2

S2:  T2 -> T1

For S1, we could have 6 conflict serializable schedules. Same for S2.

So totally we could have 12 conflict serializable schedules.

Related questions

0 votes
0 votes
1 answer
5
Harsh Saini_1 asked Dec 27, 2023
411 views
How many total $Conflict$ $Serializable$ $Schedules$ are possible that can be formed by $T1$ and $T2?$$T1:$ $r_1(A)$ $r_1(B)$ $w_1(B)$$T2:$ $r_2(B)$ $r_2(A)$ $w_2(B)$
2 votes
2 votes
2 answers
6
Balaji Jegan asked Nov 30, 2018
1,848 views
Two transactions T1 and T2 are given asT1:r1(A) w1(A) r1(B) w1(B) r1(C) w1(C)T2:r2(B) w2(B) r2(C) w2(C) r2(D) w2(D)The total number of conflicts serializable schedules th...
1 votes
1 votes
1 answer
7
rajoramanoj asked Jan 7, 2018
531 views
How many concurrent schedules are conflict serializable of given transactions T1 and T2:
5 votes
5 votes
1 answer
8