Jump to content

Non-lock concurrency control

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Comps (talk | contribs) at 22:57, 24 February 2008 (optimistic cc). 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 concurrency control method used in relational databases without using locking.

(+++Applicable to all database types, not just relational +++)

There are several non-lock concurrency control methods:

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

(+++Not all these methods necessariliy use timestamps+++ Article looks redundant. +++)

(+++Validity of a separate article for this subject is questionable, since each method is unique, and not much in common. Why not an article on "non timestamp CC?" +++)

See also