Hi Everyone,
Let's discuss something on Optimistic Concurrency today.
What are Concurrent Transaction?
When two or more users need to update a same record at the same time, the changes made by the last user will be saved and this results data loss. The operations performing by users on the record at the same are known as Concurrent Transactions.
In general, there are two ways to control
↧