Content deleted Content added
m tidyup |
|||
Line 1:
In [[Computer Science]], in the field of [[database]]s, '''non-lock concurrency control''' is a [[concurrency control]] method used in [[relational database]]s without using [[lock (computer science)|locking]].
There are several non-lock concurrency control methods, which involve the use of timestamps on transaction to determine transaction priority:
* [[Optimistic concurrency control]]
Line 7:
* [[Multiversion concurrency control]]
==See also==▼
▲See also
* [[Concurrency pattern]]
* [[InterBase]]
* [[Lock-free and wait-free algorithms]]
|