• retagged by
507 views

1 Answer

Position:
Show:

Related questions

1 1 vote
1 1 answer
1.4k
1.4k views
Harsh Saini_1 asked Dec 27, 2023
1,433 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)$
1 1 vote
2 2 answers
1.5k
1.5k views
Chaitanya Kale asked Oct 7, 2022
1,535 views
If two schedules are conflict equivalent then can we definitely say that they are also view equivalent?
0 0 votes
0 0 answers
3.2k
3.2k views
Mk Utkarsh asked Jan 8, 2019
3,200 views
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 ab...
2 2 votes
0 0 answers
829
829 views
susgir2 asked Dec 31, 2018
829 views
My question, does abort in T2 makes this schedule conflict serializable? as the effect of T2 will be null. T1: Rx T2: Wx T1: Wx T2: ABORT T1: COMMITRx – read item x.Wx –...