English

Parallel mining of time-faded heavy hitters

Data Structures and Algorithms 2017-01-12 v1 Distributed, Parallel, and Cluster Computing

Abstract

We present PFDCMSS, a novel message-passing based parallel algorithm for mining time-faded heavy hitters. The algorithm is a parallel version of the recently published FDCMSS sequential algorithm. We formally prove its correctness by showing that the underlying data structure, a sketch augmented with a Space Saving stream summary holding exactly two counters, is mergeable. Whilst mergeability of traditional sketches derives immediately from theory, we show that merging our augmented sketch is non trivial. Nonetheless, the resulting parallel algorithm is fast and simple to implement. To the best of our knowledge, PFDCMSS is the first parallel algorithm solving the problem of mining time-faded heavy hitters on message-passing parallel architectures. Extensive experimental results confirm that PFDCMSS retains the extreme accuracy and error bound provided by FDCMSS whilst providing excellent parallel scalability.

Keywords

Cite

@article{arxiv.1701.03004,
  title  = {Parallel mining of time-faded heavy hitters},
  author = {Massimo Cafaro and Marco Pulimeno and Italo Epicoco},
  journal= {arXiv preprint arXiv:1701.03004},
  year   = {2017}
}

Comments

arXiv admin note: text overlap with arXiv:1601.03892