Combating I-O bottleneck using prefetching: model, algorithms, and ramifications

  • Authors:
  • Akshat Verma;Sandeep Sen

  • Affiliations:
  • IBM India Research Lab., IBM, New Delhi, India 110070;Department of Computer Science and Engineering, IIT Delhi, New Delhi, India 1100116

  • Venue:
  • The Journal of Supercomputing
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Multiple memory models have been proposed to capture the effects of memory hierarchy culminating in the I-O model of Aggarwal and Vitter (Commun. ACM 31(9):1116---1127, [1988]). More than a decade of architectural advancements have led to new features that are not captured in the I-O model--most notably the prefetching capability. We propose a relatively simple Prefetch model that incorporates data prefetching in the traditional I-O models and show how to design optimal algorithms that can attain close to peak memory bandwidth. Unlike (the inverse of) memory latency, the memory bandwidth is much closer to the processing speed, thereby, intelligent use of prefetching can considerably mitigate the I-O bottleneck. For some fundamental problems, our algorithms attain running times approaching that of the idealized random access machines under reasonable assumptions. Our work also explains more precisely the significantly superior performance of the I-O efficient algorithms in systems that support prefetching compared to ones that do not.