Data Science Journal (Jan 2006)

An efficient locking model for concurrency control in OODBS

  • G Arumugam,
  • M Thangaraj

DOI
https://doi.org/10.2481/dsj.4.59
Journal volume & issue
Vol. 4
pp. 59 – 66

Abstract

Read online

When several transactions execute concurrently in a database, the isolation property may no longer be preserved. It is necessary for the system to control the interaction among the concurrent transactions. This paper presents a new locking model for concurrency control in object oriented database systems. This model is motivated by a desire to provide high concurrency and low locking overheads in accessing objects. The proposed model consists of a rich set of lock modes, hash table, lock-based signatures and B+ trees. The performance study result shows that the proposed model performs well for all possible operations on objects.

Keywords