A very easy hierarchical DBMS implementation

  • Authors:
  • Tamira Bonar;James Driscoll

  • Affiliations:
  • -;-

  • Venue:
  • ACM '79 Proceedings of the 1979 annual conference
  • Year:
  • 1979

Quantified Score

Hi-index 0.00

Visualization

Abstract

The implementation of a DBMS offering a hierarchical view is described. The implementation follows a unique architecture designed to simplify DBMS implementation. The architecture incorporates basic physical storage constructs for specifying actual data storage structure, and primitive physical navigation operations for the purpose of implementing data manipulation commands. A brief discussion of the overall architecture, the physical storage language, and the physical navigation language are included here. However, the purpose of this paper is to present the physical storage scheme used within our DBMS and to explain the manner in which our hierarchical data manipulation commands are implemented. Our goal is to make apparent the ease with which our DBMS was implemented.