Parallel I/O on Compressed Data Files: Semantics, Algorithms, and Performance Evaluation
Parallel I/O on Compressed Data Files: Semantics, Algorithms, and Performance Evaluation
复制标题
DOI:
10.1109/ccgrid49817.2020.00-74
复制
发表时间:
2020-05
期刊:
影响因子:
--
通讯作者:
S. Singh;E. Gabriel
中科院分区:
文献类型:
--
作者:
S. Singh;E. Gabriel
Many scientific applications operate on data sets that span hundreds of Gigabytes or even Terabytes in size. Large data sets often use compression to reduce the size of the files. Yet as of today, parallel I/O libraries do not support reading and writing compressed files, necessitating either expensive sequential compression/decompression operations before/after the simulation, or omitting advanced features of parallel I/O libraries, such as collective I/O operations. This paper introduces parallel I/O on compressed data files, discusses the key challenges, requirements, and solutions for supporting compressed data files in MPI I/O, as well as limitations on some MPI I/O operations when using compressed data files. The paper details handling of individual read and write operations of compressed data files, and presents an extension to the two-phase collective I/O algorithm to support data compression. The paper further presents and evaluates an implementation based on the Snappy compression library and the OMPIO parallel I/O framework. The performance evaluation using multiple data sets demonstrate significant performance benefits when using data compression on a parallel BeeGFS file system.