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