English

Enabling Efficient and General Subpopulation Analytics in Multidimensional Data Streams

Databases 2022-08-10 v1 Data Structures and Algorithms

Abstract

Today's large-scale services (e.g., video streaming platforms, data centers, sensor grids) need diverse real-time summary statistics across multiple subpopulations of multidimensional datasets. However, state-of-the-art frameworks do not offer general and accurate analytics in real time at reasonable costs. The root cause is the combinatorial explosion of data subpopulations and the diversity of summary statistics we need to monitor simultaneously. We present Hydra, an efficient framework for multidimensional analytics that presents a novel combination of using a ``sketch of sketches'' to avoid the overhead of monitoring exponentially-many subpopulations and universal sketching to ensure accurate estimates for multiple statistics. We build Hydra as an Apache Spark plugin and address practical system challenges to minimize overheads at scale. Across multiple real-world and synthetic multidimensional datasets, we show that Hydra can achieve robust error bounds and is an order of magnitude more efficient in terms of operational cost and memory footprint than existing frameworks (e.g., Spark, Druid) while ensuring interactive estimation times.

Keywords

Cite

@article{arxiv.2208.04927,
  title  = {Enabling Efficient and General Subpopulation Analytics in Multidimensional Data Streams},
  author = {Antonis Manousis and Zhuo Cheng and Ran Ben Basat and Zaoxing Liu and Vyas Sekar},
  journal= {arXiv preprint arXiv:2208.04927},
  year   = {2022}
}

Comments

To appear in VLDB 2022

R2 v1 2026-06-25T01:36:20.347Z