Deadlock handling in transaction |DBMS|
Deadlock handling in transcation
- A system is in deadlock state if there exists a set of transaction such that every transaction in the set is waiting for another transaction in the set.
- If there exists a set of waiting transaction T0, T1_ _ _ _, Tn-1 such that T0-->T1, T1-->T2, _ _ _ _, Tn-1-->T0 so none transaction can progress in such situation.
- System must have proper method to deal with deadlock otherwise,
2. Will reduce resource utilisation and
Inefficiency.
Comments
Post a Comment