|
|
| Table of contents |
|
2 Concurrency Control mechanism 3 See also |
The main categories of concurrency control mechanisms are:
There are also Non-lock concurrency control methods.Transaction ACID Rules
Concurrency Control mechanism
There are several methods for concurrency control, the majority of which uses Strict 2PL locking:
Locks are bookkeeping objects associated with a database object.