Characterization of Contention in Real Relational Databases

Vigyan Singhal and Alan Jay Smith

EECS Department
University of California, Berkeley
Technical Report No. UCB/CSD-94-801
March 1994

http://www2.eecs.berkeley.edu/Pubs/TechRpts/1994/CSD-94-801.pdf

Concurrency control is essential to the correct functioning of a database due to the need for correct reproducible results. For this reason, and because concurrency control is a well formulated problem, there has developed an enormous body of literature studying the performance of concurrency control algorithms. Most of this literature uses either analytic modeling or random number driven simulation, and explicitly or implicitly makes certain assumptions about the behavior of transactions and the patterns by which they set and unset locks. Because of the difficulty of collecting suitable measurements, there have been only a few studies which use trace driven simulation, and still less study directed toward the characterization of concurrency control behavior of real workloads.

In this report, we present a study of three database workloads, all taken from IBM DB2 relational database systems running commercial applications in a production environment. This study considers topics such as frequency of locking and unlocking, deadlock and blocking, duration of locks, types of locks, correlations between applications of lock types, two-phase vs. non-two-phase locking, when locks are held and released, etc. In each case, we evaluate the behavior of the workload relative to the assumptions commonly made in the research literature, and discuss the extent to which those assumptions may or may not lead to erroneous conclusions. We also present a simple mathematical model which predicts the frequency of blocking to be expected in these workloads, and compare those predictions to the observed frequency.


BibTeX citation:

@techreport{Singhal:CSD-94-801,
    Author = {Singhal, Vigyan and Smith, Alan Jay},
    Title = {Characterization of Contention in Real Relational Databases},
    Institution = {EECS Department, University of California, Berkeley},
    Year = {1994},
    Month = {Mar},
    URL = {http://www2.eecs.berkeley.edu/Pubs/TechRpts/1994/6313.html},
    Number = {UCB/CSD-94-801},
    Abstract = {Concurrency control is essential to the correct functioning of a database due to the need for correct reproducible results. For this reason, and because concurrency control is a well formulated problem, there has developed an enormous body of literature studying the performance of concurrency control algorithms. Most of this literature uses either analytic modeling or random number driven simulation, and explicitly or implicitly makes certain assumptions about the behavior of transactions and the patterns by which they set and unset locks. Because of the difficulty of collecting suitable measurements, there have been only a few studies which use trace driven simulation, and still less study directed toward the characterization of concurrency control behavior of real workloads. <p>In this report, we present a study of three database workloads, all taken from IBM DB2 relational database systems running commercial applications in a production environment. This study considers topics such as frequency of locking and unlocking, deadlock and blocking, duration of locks, types of locks, correlations between applications of lock types, two-phase vs. non-two-phase locking, when locks are held and released, etc. In each case, we evaluate the behavior of the workload relative to the assumptions commonly made in the research literature, and discuss the extent to which those assumptions may or may not lead to erroneous conclusions. We also present a simple mathematical model which predicts the frequency of blocking to be expected in these workloads, and compare those predictions to the observed frequency.}
}

EndNote citation:

%0 Report
%A Singhal, Vigyan
%A Smith, Alan Jay
%T Characterization of Contention in Real Relational Databases
%I EECS Department, University of California, Berkeley
%D 1994
%@ UCB/CSD-94-801
%U http://www2.eecs.berkeley.edu/Pubs/TechRpts/1994/6313.html
%F Singhal:CSD-94-801