Virtual memory management for database systems

  • Authors:
  • Irving L. Traiger

  • Affiliations:
  • IBM San Jose Research Laboratory, San Jose, California

  • Venue:
  • ACM SIGOPS Operating Systems Review
  • Year:
  • 1982

Quantified Score

Hi-index 0.02

Visualization

Abstract

Over the last several years, a number of hardware and software systems have been developed which map entire files directly into the virtual memory address spaces used by programs. Since all file contents are directly addressable, there is no need for a programmer to issue explicit file system actions, such as Read or Write. In addition, all of the buffer management problems are eliminated, since programmers do not have to squeeze pieces of large files into small virtual spaces. Although these advantages are tempting, we find that database systems have gone their own way. In this paper, we will look at two particular approaches to database system design, and see how (and why) they interface to file systems as they do. We will then look at the potential advantages and implications of working more closely with virtual memory management, and describe some of the functions and constraints that would have to be supported by a generalized page manager.