Concurrency Control: Methods, Performance, and Analysis (1998)
| Venue: | ACM Computing Surveys |
| Citations: | 46 - 0 self |
BibTeX
@ARTICLE{Thomasian98concurrencycontrol:,
author = {Alexander Thomasian},
title = {Concurrency Control: Methods, Performance, and Analysis},
journal = {ACM Computing Surveys},
year = {1998},
volume = {30},
pages = {70--119}
}
Years of Citing Articles
OpenURL
Abstract
Standard locking (two-phase locking with on-demand lock requests and blocking upon lock conflict) is the primary concurrency control (CC) method for centralized databases. The main source of performance degradation with standard locking is blocking, whereas transaction (txn) restarts to resolve deadlocks have a secondary effect on performance. We provide a performance analysis of standard locking that accurately estimates its performance degradation leading to thrashing. We next introduce two sets of methods to cope with its performance limitations. Restartoriented locking methods selectively abort txns to increase the level of concurrency for active txns with respect to standard locking in high-contention environments. For example, the running-priority method aborts blocked txns based on the essential blocking principle, which only allows blocking by active txns. The waitdepth-limited (WDL) method further minimizes wasted processing by basing abort decisions on the progress made by a txn. Restart waiting serves as a load-control mechanism by deferring the restart of an aborted txn until conflicting txns have left the system. These two methods have performance superior to other restartoriented







