250 views

1 Answer

Best answer
0 votes
0 votes
case 1: when 2 to 10 transactions read the uncommited values from previous transaction than we need to roll back all 2 to 10 Transaction with transaction 1.

case:2  when 2 to 10 transactions read the commited values from previous transaction than we need to roll back only transaction 1.
selected by

Related questions

0 votes
0 votes
1 answer
4
Harsh Saini_1 asked Dec 27, 2023
430 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)$