A client-based transaction system to maintain data integrity

  • Authors:
  • William H. Paxton

  • Affiliations:
  • -

  • Venue:
  • SOSP '79 Proceedings of the seventh ACM symposium on Operating systems principles
  • Year:
  • 1979

Quantified Score

Hi-index 0.02

Visualization

Abstract

This paper describes a technique for maintaining data integrity that can be implemented using capabilities typically found in existing file systems. Integrity is a property of a total collection of data. It cannot be maintained simply by using reliable primitives for reading and writing single units—the relations between the units are important also. The technique suggested in this paper ensures that data integrity will not be lost as a result of simultaneous access or as a result of crashes at inopportune times. The approach is attractive because of its relative simplicity and its modest demands on the underlying file system. The paper gives a detailed description of how consistent, atomic transactions can be implemented by client processes communicating with one or more file server computers. The discussion covers file structure, basic client operations, crash recovery, and includes an informal correctness proof.