Jump to content

Non-lock concurrency control

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Dialectric (talk | contribs) at 22:50, 24 February 2021 (Reverted edits by 2401:4900:4E08:BE8A:F5C2:8794:C151:A19 (talk) to last version by Addbot). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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:

See also