Sciweavers

SIGMOD
1995
ACM

Efficient Optimistic Concurrency Control Using Loosely Synchronized Clocks

13 years 8 months ago
Efficient Optimistic Concurrency Control Using Loosely Synchronized Clocks
This paper describes an efficient optimistic concurrency control scheme for use in distributed database systems in which objects are cached and manipulated at client machines while persistent storage and transactional support are provided by servers. The scheme provides both serializability and external consistency for committed transactions; it uses loosely synchronized clocks to achieve global serialization. It stores only a single version of each object, and avoids maintaining any concurrency control information on a perobject basis; instead, it tracks recent invalidations on a per-client basis, an approach that has low in-memory space overhead and no per-object disk overhead. In addition to its low space overheads, the scheme also performs well. The paper presents a simulation study that compares the scheme to adaptive callback locking, the best concurrency control scheme for client-server object-oriented database systems studied to date. The study shows that our scheme outperform...
Atul Adya, Robert Gruber, Barbara Liskov, Umesh Ma
Added 26 Aug 2010
Updated 26 Aug 2010
Type Conference
Year 1995
Where SIGMOD
Authors Atul Adya, Robert Gruber, Barbara Liskov, Umesh Maheshwari
Comments (0)