Ordered Shared Locks for Real-Time Databases.
Divyakant Agrawal, Amr El Abbadi, Richard Jeffers, Lijing Lin:
Ordered Shared Locks for Real-Time Databases.
VLDB J. 4(1): 87-126(1995)@article{DBLP:journals/vldb/AgrawalAJL95,
author = {Divyakant Agrawal and
Amr El Abbadi and
Richard Jeffers and
Lijing Lin},
title = {Ordered Shared Locks for Real-Time Databases},
journal = {VLDB J.},
volume = {4},
number = {1},
year = {1995},
pages = {87-126},
ee = {db/journals/vldb/AgrawalAJL95.html},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
BibTeX
Abstract
We propose locking protocols for real-time databases.
Our approach has two main motivations:
First, locking protocols are widely accepted and used in most database systems.
Second, in real-time databases it has been shown that the blocking behavior
of transactions in locking protocols result in performance degradation.
We use a new relationship between locks called ordered sharing to
eliminate blocking that arises in the traditional locking protocols.
Ordered sharing eliminates blocking of read and write operations but may
result in delayed termination.
Since timeliness and not response time is the crucial factor in real-time databases,
our prototype exploit this delay to allow transactions to execute within
the slacks of delayed transactions.
We compare the performance of the proposed protocols with the two-phase
locking protocol for real-time databases.
Our experiments indicate that the proposed protocols significantly reduce the
percentage of missed deadlines in the system for a variety of workloads.
Copyright © 1995 by the VLDB Endowment.
Permission to copy without fee all or part of this material is granted provided that the copies are not made or
distributed for direct commercial advantage, the VLDB
copyright notice and the title of the publication and
its date appear, and notice is given that copying
is by the permission of the Very Large Data Base
Endowment. To copy otherwise, or to republish, requires
a fee and/or special permission from the Endowment.
Key Words
Concurrency control,
transaction management,
time-critical scheduling.
Online Paper
CDROM Version: Load the CDROM "Volume 4 Issue 1, Books, VLDB-j, TODS, ..." and ...
DVD Version: Load ACM SIGMOD Anthology DVD 2" and ...
BibTeX
References
- [Abbott & Garcia-Molina 1988]
- Robert K. Abbott, Hector Garcia-Molina:
Scheduling Real-time Transactions: a Performance Evaluation.
VLDB 1988: 1-12 BibTeX
- [Abbott & Garcia-Molina 1989]
- Robert K. Abbott, Hector Garcia-Molina:
Scheduling Real-Time Transactions with Disk Resident Data.
VLDB 1989: 385-396 BibTeX
- [Abbott & Garcia-Molina 1990]
- ...
- [Agrawal & El Abbadi 1990]
- Divyakant Agrawal, Amr El Abbadi:
Locks with Constrained Sharing.
PODS 1990: 85-93 BibTeX
- [Agrawal & El Abbadi 1991]
- Divyakant Agrawal, Amr El Abbadi:
Ordered Sharing a New Lock Primitive for Database Systems.
Inf. Syst. 20(5): 361-392(1995) BibTeX
- [Agrawal et al. 1992]
- Divyakant Agrawal, Amr El Abbadi, Richard Jeffers:
An Approach to Eliminate Transaction Blocking in Locking Protocols.
PODS 1992: 223-235 BibTeX
- [Agrawal et al. 1994]
- Divyakant Agrawal, Amr El Abbadi, A. E. Lang:
The Performance of Protocols Based on Locks with Ordered Sharing.
IEEE Trans. Knowl. Data Eng. 6(5): 805-818(1994) BibTeX
- [Agrawal eta l. 1987a]
- Rakesh Agrawal, Michael J. Carey, Miron Livny:
Concurrency Control Performance Modeling: Alternatives and Implications.
ACM Trans. Database Syst. 12(4): 609-654(1987) BibTeX
- [Agrawal et al. 1987b]
- Rakesh Agrawal, Michael J. Carey, Lawrence W. McVoy:
The Performance of Alternative Strategies for Dealing with Deadlocks in Database Management Systems.
IEEE Trans. Software Eng. 13(12): 1348-1363(1987) BibTeX
- [Alonso et al. 1994]
- Gustavo Alonso, Divyakant Agrawal, Amr El Abbadi:
Reducing Recovery Constraints on Locking based Protocols.
PODS 1994: 129-138 BibTeX
- [Bayer et al. 1980]
- Rudolf Bayer, Hans Heller, Angelika Reiser:
Parallelism and Recovery in Database Systems.
ACM Trans. Database Syst. 5(2): 139-156(1980) BibTeX
- [Bernstein & Goodman 1981]
- Philip A. Bernstein, Nathan Goodman:
Concurrency Control in Distributed Database Systems.
ACM Comput. Surv. 13(2): 185-221(1981) BibTeX
- [Bernstein et al. 1987]
- Philip A. Bernstein, Vassos Hadzilacos, Nathan Goodman:
Concurrency Control and Recovery in Database Systems.
Addison-Wesley 1987, ISBN 0-201-10715-5
Contents BibTeX
- [Bernstein et al. 1979]
- Philip A. Bernstein, David W. Shipman, Wing S. Wong:
Formal Aspects of Serializability in Database Concurrency Control.
IEEE Trans. Software Eng. 5(3): 203-216(1979) BibTeX
- [Buchmann et al. 1989]
- Alejandro P. Buchmann, Dennis R. McCarthy, Meichun Hsu, Umeshwar Dayal:
Time-Critical Database Scheduling: A Framework For Integrating Real-Time Scheduling and Concurrency Control.
ICDE 1989: 470-480 BibTeX
- [Carey 1983]
- Michael J. Carey:
Modeling and Evaluation of Database Concurrency Control Algorithms.
Ph.D. thesis, College of Engineering, University of California, Berkeley 1983
BibTeX
- [Carey et al. 1990]
- Michael J. Carey, Sanjay Krishnamurthi, Miron Livny:
Load Control for Locking: The 'Half-and-Half' Approach.
PODS 1990: 72-84 BibTeX
- [Chan eta l. 1982]
- Arvola Chan, Stephen Fox, Wen-Te K. Lin, Anil Nori, Daniel R. Ries:
The Implementation of an Integrated Concurrency Control and Recovery Scheme.
SIGMOD Conference 1982: 184-191 BibTeX
- [Eswaran et al. 1976]
- Kapali P. Eswaran, Jim Gray, Raymond A. Lorie, Irving L. Traiger:
The Notions of Consistency and Predicate Locks in a Database System.
Commun. ACM 19(11): 624-633(1976) BibTeX
- [Gray et al. 1981]
- Jim Gray, Paul R. McJones, Mike W. Blasgen, Bruce G. Lindsay, Raymond A. Lorie, Thomas G. Price, Gianfranco R. Putzolu, Irving L. Traiger:
The Recovery Manager of the System R Database Manager.
ACM Comput. Surv. 13(2): 223-243(1981) BibTeX
- [Hadzilacos 1988]
- Vassos Hadzilacos:
A theory of reliability in database systems.
J. ACM 35(1): 121-145(1988) BibTeX
- [Härder & Reuter 1983]
- Theo Härder, Andreas Reuter:
Principles of Transaction-Oriented Database Recovery.
ACM Comput. Surv. 15(4): 287-317(1983) BibTeX
- [Haritsa et al. 1990a]
- ...
- [Haritsa et al. 1990b]
- Jayant R. Haritsa, Michael J. Carey, Miron Livny:
On Being Optimistic about Real-Time Constraints.
PODS 1990: 331-343 BibTeX
- [Huang et al. 1991]
- Jiandong Huang, John A. Stankovic, Krithi Ramamritham, Donald F. Towsley:
Experimental Evaluation of Real-Time Optimistic Concurrency Control Schemes.
VLDB 1991: 35-46 BibTeX
- [Huang et al. 1989]
- ...
- [Kim & Srivastava 1991]
- ...
- [Kung & Robinson 1981]
- H. T. Kung, John T. Robinson:
On Optimistic Methods for Concurrency Control.
ACM Trans. Database Syst. 6(2): 213-226(1981) BibTeX
- [Law & Larmey 1984]
- ...
- [Lin & Son 1990]
- ...
- [Litwin & Shan 1991]
- ...
- [Menasce & Nakanishi 1982]
- Daniel A. Menascé, Tatuo Nakanishi:
Optimistic versus pessimistic concurrency control mechanisms in database management systems.
Inf. Syst. 7(1): 13-27(1982) BibTeX
- [Mohan et al. 1992]
- C. Mohan, Donald J. Haderle, Bruce G. Lindsay, Hamid Pirahesh, Peter M. Schwarz:
ARIES: A Transaction Recovery Method Supporting Fine-Granularity Locking and Partial Rollbacks Using Write-Ahead Logging.
ACM Trans. Database Syst. 17(1): 94-162(1992) BibTeX
- [Papadimitriou 1979]
- Christos H. Papadimitriou:
The serializability of concurrent database updates.
J. ACM 26(4): 631-653(1979) BibTeX
- [Reed 1978]
- ...
- [Russell 1983]
- ...
- [Russell 1987]
- ...
- [Sha et al. 1990]
- Lui Sha, Ragunathan Rajkumar, John P. Lehoczky:
Priority Inheritance Protocols: An Approach to Real-Time Synchronization.
IEEE Trans. Computers 39(9): 1175-1185(1990) BibTeX
- [Sha et al. 1991]
- Lui Sha, Ragunathan Rajkumar, Sang Hyuk Son, Chun-Hyon Chang:
A Real-Time Locking Protocol.
IEEE Trans. Computers 40(7): 793-800(1991) BibTeX
- [Stearns & Rosenkrantz 1981]
- Richard Edwin Stearns, Daniel J. Rosenkrantz:
Distributed Database Concurrency Controls Using Before-Values.
SIGMOD Conference 1981: 74-83 BibTeX
- [Verhofstad 1978]
- Joost Verhofstad:
Recovery Techniques for Database Systems.
ACM Comput. Surv. 10(2): 167-195(1978) BibTeX
Referenced by
- Piotr Krzyzagórski, Tadeusz Morzy:
Two Phase Locking-Based Algorithm with Partial Abort for Firm Deadline Real-Time Database Systems.
ADBIS 1997: 40-46
BibTeX
ACM SIGMOD Anthology - DBLP:
[Home | Search: Author, Title | Conferences | Journals]
VLDB Journal: 1992-1995 Copyright © by VLDB Endowment / 1996-... Copyright © by Springer Verlag,
ACM SIGMOD Anthology: Copyright © by ACM (info@acm.org), Corrections: anthology@acm.org
DBLP: Copyright © by Michael Ley (ley@uni-trier.de), last change: Sun May 17 00:31:23 2009