Jump to content

Non-lock concurrency control

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Poor Yorick (talk | contribs) at 10:56, 27 April 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In computer science, in the field of databases, Non-Lock Concurrency Control is concurrency control method used in relational databases without using locking.

There are several non-lock concurrency control methods:

They involve the use of timestamps on transaction to determine transaction priority.