Question: Explain why the following technique for transaction execution may provide better performance than just using strict two-phase locking: First execute the transaction without acquiring any
Explain why the following technique for transaction execution may provide better performance than just using strict two-phase locking: First execute the transaction without acquiring any locks and without performing any writes to the database as in the validation-based techniques, but unlike the validation techniques do not perform either validation or writes on the database. Instead, rerun the transaction using strict two-phase locking.
Step by Step Solution
3.46 Rating (156 Votes )
There are 3 Steps involved in it
The main advantage of this technique is that it allows th... View full answer
Get step-by-step solutions from verified subject matter experts
