Recent questions tagged strict-schedule

0 0 votes
0 0 answers
1.1k
1.1k views
Consider the following schedule:S:R2(A), W1(B), W1(C), R3(B), R2(B), R1 (A), commit_1, R2(C), commit_2, W3(A), commit_3How many given statements true about schedule(S)___...
1 1 vote
1 answers 1 answer
2.5k
2.5k views
tell which are cascadeless or strict or bothW1(A),W2(A),COMMIT1,COMMIT2R1(A),R2(A),COMMIT1,COMMIT2R1(A),W1(A),R2(A),COMMIT1,COMMIT2R1(A),W2(A),COMMIT1,COMMIT2
0 0 votes
1 answers 1 answer
1.2k
1.2k views
T1 T2 T3W(Y)commitR(X)R(Y)W(Z)commitW(X)commitis this schedule a strict schedule?
1 1 vote
1 1 answer
1.4k
1.4k views
W1(A) W2(A) Commit1 Commit2Is aA) Concurrent ScheduleB) Recoverable ScheduleC) Cascadeless rollback Recoverable scheduleD) Strictly recoverable schedule
1 1 vote
0 0 answers
1.8k
1.8k views
S:- r1(a) , w2(a) c2 w1(a) c1 w3(a) c3Is this strict recoverable and serializable ? c1 means commit of transaction T1
0 0 votes
0 0 answers
8.3k
8.3k views
This is strict schedule or not?
1 1 vote
2 2 answers
1.1k
1.1k views
How to order these schedules in terms of flexibility of concurrency?1. View serializable2. Conflict Serializable3.Recoverable4.Strict5.Cascadeless
2 2 votes
1 1 answer
16.0k
16.0k views
Answer is given as D. Not serializable, agreed. But how is it strict??
0 0 votes
1 answers 1 answer
1.1k
1.1k views
Which one is correct Give reasons why select and why don't select.
To see more, click for the full list of questions or popular tags.