Design and Implementation of a Concurrency Control Mechanism in an Object-Oriented Database System.

Qu Yunyao,Tian Zengping,Wang Yujun,Shi Baile
DOI: https://doi.org/10.1007/bf02948477
1996-01-01
Abstract:This paper presents a practical concurrency control mechanism — Object-Locking in OODBMS. Object-Locking can schedule transactions, each of them can be considered as a sequence of high level operations defined on classes. By the properties of parallelity and commutativity between high level operations, proper lock modes for each operation are designed and the compatibility matrix is constructed. With these lock modes, phantoms are kept away from databases and a high degree of concurrency is achieved.
What problem does this paper attempt to address?