Skip to main content
SHARE
Publication

Querying Large Scientific Data Sets with Adaptable IO System ADIOS...

by Junmin Gu, Scott A Klasky, Norbert Podhorszki, Ji Qiang, Kesheng Wu
Publication Type
Conference Paper
Book Title
Supercomputing Frontiers: 4th Asian Conference, SCFA 2018, Singapore, March 26-29, 2018, Proceedings
Publication Date
Page Numbers
51 to 69
Volume
10776
Conference Name
Asian Conference on Supercomputing Frontiers (SCFA 2018)
Conference Location
Singapore
Conference Sponsor
Various
Conference Date
-

When working with a large dataset, a relatively small fraction of data records are of interest in each analysis operation. For example, while examining a billion-particle dataset from an accelerator model, the scientists might focus on a few thousand fastest particles, or on the particle farthest from the beam center. In general, this type of selective data access is challenging because the selected data records could be anywhere in the dataset and require a significant amount of time to locate and retrieve. In this paper, we report our experience of addressing this data access challenge with the Adaptable IO System ADIOS. More specifically, we design a query interface for ADIOS to allow arbitrary combinations of range conditions on known variables, implement a number of different mechanisms for resolving these selection conditions, and devise strategies to reduce the time needed to retrieve the scattered data records. In many cases, the query mechanism can retrieve the selected data records orders of magnitude faster than the brute-force approach.

Our work relies heavily on the in situ data processing feature of ADIOS to allow user functions to be executed in the data transport pipeline. This feature allows us to build indexes for efficient query processing, and to perform other intricate analyses while the data is in memory.