Write optimized object-oriented database systems

  • Authors:
  • K. Norvag;K. Bratbergsengen

  • Affiliations:
  • -;-

  • Venue:
  • SCCC '97 Proceedings of the 17th International Conference of the Chilean Computer Science Society
  • Year:
  • 1997
  • Write-optimized B-trees

    VLDB '04 Proceedings of the Thirtieth international conference on Very large data bases - Volume 30

Quantified Score

Hi-index 0.00

Visualization

Abstract

In a database system, read operations are much more common than write operations, and consequently, database systems have been read optimized. As the size of main memory increases, more of the database read requests will be satisfied front the buffer system, and the amount of disk write operations relative to disk read operations will increase. This calls for a focus on write optimized database systems. In this paper, we present solutions to this problem. We describe in detail the data structures and algorithms needed to realize a write optimized object-oriented database system in the context of Vagabond, an OODB currently being implemented at our department. In Vagabond, focus has been to provide support for applications which have earlier used file systems because of the limited data bandwidth in current database systems, typical examples are supercomputing applications and geographical information systems.