DataSys: Data-Intensive Distributed Systems LaboratoryData-Intensive Distributed Systems Laboratory

Illinois Institute of Technology
Department of Computer Science

Project -- Scalable Data Indexing and Search (Ioan Raicu)

Extracting knowledge from increasingly large data sets produced, both experimentally and computationally, continues to be a significant challenge for scientific discovery. Experimental fields, such as high-energy physics report that experimental data sets are expected to grow by six orders of magnitude or so in coming years. For computational fields (e.g. fusion science) in which energy codes run on a million cores, data is generated in bursts of 2 PB/sec with checkpoints every 10 minutes, producing an average of 3.5 TB/sec over the entire run of an experiment. This could be orders of magnitude larger in future systems.

We will develop methods to index vast amounts of scientific data irrespective of its location and the particular storage system in which it is stored. We aim to provide a scalable search index that allows researchers to find, browse, and discover disparate scientific data based upon file system metadata and metadata buried within scientific data formats. In this project, students will explore methods for indexing large amounts of distributed data. The resulting index is intended to be applicable both to tightly coupled distributed file systems and also loosely coupled distributed storage systems such as those managed by Globus. Students will develop models for extracting an array of file system and file-based metadata, investigate methods for efficiently indexing large amounts of data to support common query models (e.g., free-text search), and analyze the performance of their approaches under a range of scenarios and using real data. Students may also explore scalable methods for identifying and extracting scientific metadata as well as algorithms for synchronizing the index with frequently changing, distributed data.

This work will evaluate the practicality of several information retrieval libraries (e.g. Lucene, CLucene, Xapian and Lemur) as well as more fundamental classical data structures (e.g. inverted indexes, multi-level skip lists, B-Trees, and trie). Evaluation will focus on metrics such as indexing throughput, query throughput, and query latency. The analysis would continue with a thorough look over the inherent parallel capabilities of building indexes and the eventual distributed nature of the index placement, while also providing metrics for fairly comparing network usage for inter component communication (in the distributed case). Techniques such as NUMA-aware design, lightweight concurrency approaches, memory sub-allocators, scalable hash tables, lightweight hashing algorithms, bloom filters, and automatic parallelization techniques will be explored in search for orders of magnitude higher performance of data indexing and search. In exploring solutions for the distributed case, students would study topology-aware strategies for placing indexes, scalable distributed data structures and minimalistic communication interferences.

This work will extend the PI’s NSF funded project FusionFS project by adding distributed indexing and search capabilities in the data management layer. The work will also aim to deliver such indexing and search capabilities to other mainstream storage systems, such as GPFS, Lustre, and NFS, as well as those accessible via Globus. Initial evaluation will be over file system dumps from production petascale storage systems from large supercomputing centers.

These projects are suitable for undergraduate students as they typically require knowledge from students on data structures, algorithm analysis, and systems programming, all typical courses in most undergraduate programs. With one-on-one guidance from graduate students in the lab, undergraduate students will thrive on projects related to distributed indexing and search, giving them a deeper appreciation and understanding of tools they use every day in their lives (e.g. google.com, spotlight search, etc.).