209 views
1 votes
1 votes
If a schedule is conflict/view serializable, does it guarantee that it is strict (and hence cascadeless) as well?

OR- Does there exist a serializable schedule which is cascading (not cascadeless)?

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
Harsh Saini_1 asked Dec 27, 2023
334 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
2
Balaji Jegan asked Nov 30, 2018
1,758 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
3
rajoramanoj asked Jan 7, 2018
508 views
How many concurrent schedules are conflict serializable of given transactions T1 and T2:
0 votes
0 votes
0 answers
4
Upasana singh asked Oct 17, 2017
565 views
Consider the following schedule:S: r1(A), r3(D), w1(B), r2(B), r4(B), w2(C), r5(C), w4(E), r5(E), w5(B)The number of serial schedules which are view equal to schedule S ?...