conferenceipdps20.12020

Hfetch: Hierarchical data prefetching for scientific workflows in multi-tiered storage environments

Hariharan Devarajan, Anthony Kougkas, Xian-He Sun

Proceedings of the International Parallel and Distributed Processing Symposium · IEEE

Abstract

In the era of data-intensive computing, accessing data with a high-throughput and low-latency is more imperative than ever. Data prefetching is a well-known technique for hiding read latency. However, existing solutions do not consider the new deep memory and storage hierarchy and also suffer from under-utilization of prefetching resources and unnecessary evictions. Additionally, existing approaches implement a client-pull model where understanding the application’s I/O behavior drives prefetching decisions. Moving towards exascale, where machines run multiple applications concurrently by accessing files in a workflow, a more data-centric approach can resolve challenges such as cache pollution and redundancy. In this study, we present HFetch, a truly hierarchical data prefetcher that adopts a server-push approach to data prefetching. We demonstrate the benefits of such an approach. Results show 10-35% performance gains over existing prefetchers and over 50% when compared to systems with no prefetching.

Connected work

Citation

@inproceedings{devarajan2020hfetch,
  author = {Devarajan, Hariharan and Kougkas, Anthony and Sun, Xian-He},
  booktitle = {Proceedings of the International Parallel and Distributed Processing Symposium},
  title = {Hfetch: Hierarchical data prefetching for scientific workflows in multi-tiered storage environments},
  year = {2020},
  month = jul,
  publisher = {IEEE},
  volume = {},
  number = {},
  pages = {62--72},
  kkeywords = {Hierarchical Data Prefetching, Data Prefetching, Multi-Tiered Storage Hierarchy, Data Movement Optimization},
  doi = {10.1109/IPDPS47924.2020.00017},
  url = {https://ieeexplore.ieee.org/abstract/document/9139852},
}