edited by
481 views

1 Answer

0 votes
0 votes

Strict Schedule is a schedule in which a transaction can neither Read(x) nor Write(x) until the last transaction that wrote x has committed or aborted.

after w3(A) the commit should be there to make it a strict schedule so it is not strict recoverable schedule

There is no cycle that makes it a confict serializable schedule

Related questions

0 votes
0 votes
1 answer
1
Bharat patra asked Nov 25, 2018
1,887 views
Consider the following schedule :S:r1(A);w1(B);r2(A);w2(B);r3(A);w3(B);Here ri(X) denotes read on data item X and wi(X) denoted write on data item X .The total number of ...
0 votes
0 votes
2 answers
3
Na462 asked May 18, 2018
636 views
Consider the following schedule: How many serial schedules view equal to schedule (S)?Answer: 10Approach Please??
2 votes
2 votes
1 answer
4