The Modified Object Buffer: A Storage Management Technique for Object-Oriented Databases (1995)
| Citations: | 25 - 0 self |
BibTeX
@TECHREPORT{Ghemawat95themodified,
author = {Sanjay Ghemawat},
title = {The Modified Object Buffer: A Storage Management Technique for Object-Oriented Databases},
institution = {},
year = {1995}
}
OpenURL
Abstract
Object-oriented databases store many small objects on disks. Disks perform poorly when reading and writing individual small objects. This thesis presents a new storage management architecture that substantially improves disk performance of a distributed object-oriented database system. The storage architecture is built around a large modified object buffer (MOB) that is stored in primary memory. The MOB provides volatile storage for modified objects. Modified objects are placed in the MOB instead of being immediately written out to disk. Modifications are written to disk lazily as the MOB fills up and space is required for new modifications. The MOB improves performance because even if an object is modified many times in a short period of time, the object has to be written out to disk only once. Furthermore, by the time an object modification has to be flushed from the MOB, many modifications to other objects on the same page may have accumulated. All of these modifications can be writ...







