Title :
Distributed concurrency control based on limited wait-depth
Author :
Franaszek, Peter A. ; Haritsa, Jayant R. ; Robinson, John T. ; Thomasian, Alexander
Author_Institution :
IBM Thomas J. Watson Res. Center, Yorktown Heights, NY, USA
fDate :
11/1/1993 12:00:00 AM
Abstract :
The performance of high-volume transaction processing systems for business applications is determined by the degree of contention for hardware resources as well as for data. Hardware resource requirements may be met cost-effectively with a data-partitioned or shared-nothing architecture. However, the two-phase locking (2PL) concurrency control method may restrict the performance of a shared-nothing system more severely than that of a centralized system due to increased lock holding times. Deadlock detection and resolution are an added complicating factor in shared-nothing systems. The authors describe distributed Wait-Depth Limited (WDL) concurrency control (CC), a locking-based distributed CC method that limits the wait-depth of blocked transactions to one, thus preventing the occurrence of deadlocks. Several implementations of distributed WDL which vary in the number of messages and the amount of information available for decision making are discussed. The performance of a generic implementation of distributed WDL is compared with distributed 2PL (with general-waiting policy) and the Wound-Wait CC method through a detailed simulation. It is shown that distributed WDL behaves similarly to 2PL for low lock contention levels, but for substantial lock contention levels (caused by higher degrees of transaction concurrency), distributed WDL outperforms the other methods to a significant degree
Keywords :
concurrency control; database theory; distributed algorithms; distributed databases; performance evaluation; transaction processing; Wait-Depth Limited; Wound-Wait CC; concurrency control; deadlocks; distributed; distributed 2PL; distributed algorithms; distributed databases; limited wait-depth; performance evaluation; transaction processing; two-phase locking; Bandwidth; Concurrency control; Concurrent computing; Costs; Decision making; Distributed databases; Hardware; System recovery; Tin; Transaction databases;
Journal_Title :
Parallel and Distributed Systems, IEEE Transactions on