Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
Observations on optimistic concurrency control schemes
Härder T. Information Systems9 (2):111-120,1984.Type:Article
Date Reviewed: Jun 1 1985

This paper examines the topic of concurrency control in DataBase Management Systems (DBMS) from an optimistic point of view, in which it is basically assumed that read-write conflicts among transactions are rare events. This approach is analogous to garbage collector algorithms where space is allocated as if it were an infinite resource with the hope that it will be deallocated prior to running out. Just as in garbage collection, where the overhead of continually allocating and returning space is eliminated, the optimistic concurrency control algorithms get rid of the overhead of acquiring and releasing locks that is present in standard two-phase locking protocols. In the optimistic approach the DBMS validates the fact that no conflict has occurred prior to committing a transaction.

Two approaches, the backward oriented optimistic concurrency control (which checks for read-write conflicts at validation phase by examining the read set of transaction Tj with any write concurrently executed other transactions Ti which have finished their read phase before Tj), and the forward oriented optimistic concurrency control (which during the validation phase for transaction Tj checks whether its write set intersects with any of the read sets of all transactions which haven’t finished their read phase), are examined. These concurrency controls are compared to each other. Implementation problems are examined in detail along with the implications of these schemes or DBMS processing. Properties of their schemes are derived and examined. At the conclusion, the optimistic concurrency controls are compared to the two phase locking approach.

Reviewer:  P. A. Honkanen Review #: CR108997
Bookmark and Share
 
Transaction Processing (H.2.4 ... )
 
 
Distributed Databases (H.2.4 ... )
 
Would you recommend this review?
yes
no
Other reviews under "Transaction Processing": Date
Simplification rules and complete axiomatization for relational update transactions
Karabeg D., Vianu V. ACM Transactions on Database Systems 16(3): 439-475, 1991. Type: Article
May 1 1992
Semantic integrity enforcement in centralized DBMS and distributed DBMS based on slow (geographically distributed) and fast (local area) networks
Badal D. Information Systems 9(2): 121-138, 1984. Type: Article
Oct 1 1985
Compatibility and commutativity of lock modes
Mohan C., Fussell D., Silberschatz A. (ed) Information and Control 61(1): 38-64, 1984. Type: Article
Oct 1 1985
more...

E-Mail This Printer-Friendly
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy