Non-lock concurrency control
Appearance
From Wikipedia, the free encyclopedia
This article needs additional citations for verification . Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Non-lock concurrency control" – news · newspapers · books · scholar · JSTOR (June 2025) (Learn how and when to remove this message)
Find sources: "Non-lock concurrency control" – news · newspapers · books · scholar · JSTOR (June 2025) (Learn how and when to remove this message)
In Computer Science, in the field of databases, non-lock concurrency control is a concurrency control method used in relational databases without using locking.
There are several non-lock concurrency control methods, which involve the use of timestamps on transaction to determine transaction priority:
- Optimistic concurrency control
- Timestamp-based concurrency control [1]
- Validation-based concurrency control
- Multiversion concurrency control
See also
[edit ]References
[edit ]- ^ Introduction to Database Systems. Pearson Education India. September 2010. p. 341. ISBN 978-81-317-3192-5.