Content deleted Content added
Fun Tags: Reverted Mobile edit Mobile web edit |
Dialectric (talk | contribs) m Reverted edits by 2401:4900:4E08:BE8A:F5C2:8794:C151:A19 (talk) to last version by Addbot |
||
Line 1:
{{Unreferenced|date=December 2009}}
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]]
* [[Timestamp-based concurrency control]]
* [[Multiversion concurrency control]]
==See also==
|