ETRI-Knowledge Sharing Plaform

KOREAN
논문 검색
Type SCI
Year ~ Keyword

Detail

Journal Article Partial Rollback in Object-Oriented/Object-Relational Database Management Systems with Dual Buffer
Cited 0 time in scopus Share share facebook twitter linkedin kakaostory
Authors
Won Young Kim, Byung Suk Lee, Kyu Young Whang
Issue Date
2006-02
Citation
Information and Software Technology, v.48, no.2, pp.121-132
ISSN
0950-5849
Publisher
Elsevier
Language
English
Type
Journal Article
DOI
https://dx.doi.org/10.1016/j.infsof.2005.03.003
Abstract
Partial rollback mechanism has been widely supported by many database management systems (DBMSs). It allows a transaction to be rolled back partially, that is, only back to a certain savepoint set by the user. A partial rollback, however, makes the DBMS buffer management complicated because it requires the DBMS to restore the state of not only the database but also the buffers. There are several literatures addressing such a partial rollback in a relational DBMS (RDBMS), which has page buffer only. However, to our knowledge, there exists no literature addressing it in an object-oriented/relational DBMS (OO/ORDBMS). The RDBMS partial rollback scheme cannot be applied to OO/ORDBMSs directly. The reason is that, unlike RDBMSs, many OO/ORDBMSs use dual buffer which consists of object buffer and page buffer. In this paper, we thoroughly study the partial rollback schemes for OO/ORDBMSs with dual buffer. For this, we propose four different partial rollback schemes which are based on (single) page buffer, (single) object buffer, dual buffer using a soft log, and dual buffer using shadows, respectively. The schemes proposed are practical enough to be implemented in a real OO/ORDBMS. The results of performance evaluations show that the dual buffer-based scheme using shadows achieves the best performance. © 2005 Elsevier B.V. All rights reserved.
KSP Keywords
Best performance, Buffer management, Dual buffer, Object-Relational Database(ORDB), Performance evaluation, Relational Database Management System(RDBMS), object-oriented, page buffer