0
1.2kviews
Explain optimistic concurrency control technique.
1 Answer
0
18views

Concurrency control

  • Concurrency controlling techniques ensure that multiple transactions are executed simultaneously while maintaining the ACID properties of the transactions.

  • Simultaneous execution of transactions overashared database can create several data integrity and consistency problems.

    • Lost Update
    • Dirty Read Problems
    • Incorrect Summary Problems
    • Unrepeatable Read Problem

Optimistic concurrency control

  • Optimistic concurrency …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.