Affiliation:
1. IBM Research Lab, San Jose, CA
Abstract
A database system can generally be divided into three major components. One component supports the logical database as seen by the user. Another component maps the information into physical records. The third component, called the storage component, is responsible for mapping these records onto auxiliary storage (generally disks) and controlling their transfer to and from main storage.
This paper is primarily concerned with the implementation of a storage component. It considers a simple and classical interface to the storage component: Seen at this level the database is a collection of segments. Each segment is a linear address space.
A recovery scheme is first proposed for system failure (hardware or software error which causes the contents of main storage to be lost). It is based on maintaining a dual mapping between pages and their location on disk. One mapping represents the current state of a segment being modified; the other represents a previous backup state. At any time the backup state can be replaced by the current state without any data merging. Procedures for segment modification, save, and restore are analyzed. Another section proposes a facility for protection against damage to the auxiliary storage itself. It is shown how such protection can be obtained by copying on a tape (checkpoint) only those pages that have been modified since the last checkpoint.
Publisher
Association for Computing Machinery (ACM)
Reference4 articles.
1. System R
2. IBM CORP. OS/VS Data Management Services Guide. Ref. Man. GC26-3783 IBM Corp. White Plains N.Y. 1975. IBM CORP. OS/VS Data Management Services Guide. Ref. Man. GC26-3783 IBM Corp. White Plains N.Y. 1975.
3. Differential files
Cited by
127 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. Protecting Data Integrity of Web Applications with Database Constraints Inferred from Application Code;Proceedings of the 28th ACM International Conference on Architectural Support for Programming Languages and Operating Systems, Volume 2;2023-01-27
2. montage: NVM-based scalable synchronization framework for crash-consistent file systems;Cluster Computing;2021-06-30
3. MOD;Proceedings of the Twenty-Fifth International Conference on Architectural Support for Programming Languages and Operating Systems;2020-03-09
4. On supporting efficient snapshot isolation for hybrid workloads with multi-versioned indexes;Proceedings of the VLDB Endowment;2019-10
5. Transitioning scientific applications to using non-volatile memory for resilience;Proceedings of the International Symposium on Memory Systems;2019-09-30