2,196 views
2 2 votes
Consider the following schedule
S : r1(A) w2(A) r3(A) w4(A) r5(A) w6(A)
The number of schedules equal to given schedule(s) which not conflict equal to schedule(s) are _______.

2 Answers

3 3 votes
Please check the solution:

Draw the precedence graph:

1 -- 2 -- 3--4--5--6 comes out to be order of dependency. So, only one conflict equivalent schedule possible.

Total schedules possible with 6 transactions = 6!

So 6! -1 are not conflict equivalent with given graph.
Position:
Show:

Related questions

1 1 vote
1 1 answer
443
443 views
shubhamP asked Oct 28, 2024
443 views
Consider the following Schedule:S : R1(x) , W2(x), R3(x), W4(x), R5(x), W6(x), R7(x), W8(x), R9(x), W10(x)The number of serial schedules which are view equal to schedule ...
0 0 votes
0 0 answers
474
474 views
0 0 votes
0 0 answers
435
435 views
Sajal Mallick asked Nov 20, 2023
435 views
According to me answer is 2.Is it right? Suggestion is needed how to approach this if it is given in more complexity.Q. 32 Consider the following schedule\[\begin{array}{...
0 0 votes
1 1 answer
979
979 views
Gurdeep Saini asked Jan 16, 2019
979 views
Q50. how many statements is trueunrepeatable read also know as read write conflictStrict 2PL may have read write conflict 1st one given as true now my doubt is we know th...