1
15kviews
What are the various concurrency control techniques? Compare Lock Based concurrency control strategies in detail.
1 Answer
| written 8.8 years ago by |
There are three concurrency control techniques which are as follows:
Locking method
Database systems equipped with lock-based protocols use a mechanism by which any transaction cannot read or write data until it acquires an appropriate lock on it. Locks are of two kinds −
• Binary Locks − A lock …