Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 274 Bytes

File metadata and controls

2 lines (2 loc) · 274 Bytes

Definition

After a transaction commits, rather than releasing its locks, another transaction can be selected to inherit, if that transaction uses the same locks, we have avoided the cost of unlocking and having another transaction acquire (contention on acquiring locks).