Concurrency control model for deductive database systems

Peiqiang Wang,Yueping Jiang,Yunfa Hu,Baile Shi
1997-01-01
Ruan Jian Xue Bao/Journal of Software
Abstract:In deductive database systems, new facts can be derived by using existing facts in database and deductive rules. The so called deductive transactions, in which new facts are derived, usually occupy an enormous amount of data for a long duration and result in low concurrency of transactions. This paper presents a new concurrency control model, in which data is classified into several categories to ascend concurrency. Furthermore, a novel class of serializable schedules are defined. This model not only minimizes the granularity of occupied data by exploiting semantics of deductive rules, but also shortens the duration of data's occupation. This model is easy to implement based on 2-Phase Locking. In this paper, some relative algorithms are given.
What problem does this paper attempt to address?