0
21kviews
What is concurrency control in distributed systems?
1 Answer
1
456views

Distributed concurrency control

Concurrency control in DBMS ensures the parallel execution of transaction without interleaving the transaction. In DDBMS, we implement concurrency control assuming few points. The assumptions are stated as follows:

  • Each site in DBMS participates in a transaction and commits the transaction from the respective sites.
  • All the …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.