Space-efficient page-level incremental checkpointing

  • Authors:
  • Junyoung Heo;Sangho Yi;Yookun Cho;Jiman Hong;Sung Y. Shin

  • Affiliations:
  • Seoul National University;Seoul National University;Seoul National University;Kwangwoon University;South Dakota State University

  • Venue:
  • Proceedings of the 2005 ACM symposium on Applied computing
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

Incremental checkpointing, which is intended to minimize checkpointing overhead, saves only the modified pages of a process. However, the cumulative size of incremental checkpoints increases at a steady rate over time because many updated values may be saved for the same page. In this paper, we present a comprehensive overview of Pickpt, which is a page-level incremental checkpointing facility. Pickpt provides space-efficient techniques for minimizing the use of disk space. For our experiments, the results show that the use of disk space of Pickpt was significantly reduced compared with existing incremental checkpointing.