1
15kviews
What are the various concurrency control techniques? Compare Lock Based concurrency control strategies in detail.
1 Answer
6
199views

There are three concurrency control techniques which are as follows:

  1. 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 …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.