Non-lock concurrency control: Difference between revisions

Content deleted Content added
Erik9bot (talk | contribs)
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==
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]]