closed by
1,948 views
0 votes
0 votes
closed as a duplicate of: test series
Consider the following order of transactions:
T2: R(y); T3:W(y); T3: commit; T1: W(y); T1: commit; T2: R(x); T2: W(z); T2: commit; T4: R(y);T4: R(x); T4: commit.

Let the above schedule be S, if S is serializable, then how many conflict serial orderings of S is possible?___________
closed by

Related questions

0 votes
0 votes
1 answer
2
Harsh Saini_1 asked Dec 27, 2023
396 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)$
0 votes
0 votes
1 answer
3
sandygate asked Nov 2, 2018
575 views
https://gateoverflow.in/178786/transactioncan anyone confirm this question answer i am getting 90