English

New Algorithms for Heavy Hitters in Data Streams

Data Structures and Algorithms 2016-03-08 v1

Abstract

An old and fundamental problem in databases and data streams is that of finding the heavy hitters, also known as the top-kk, most popular items, frequent items, elephants, or iceberg queries. There are several variants of this problem, which quantify what it means for an item to be frequent, including what are known as the 1\ell_1-heavy hitters and 2\ell_2-heavy hitters. There are a number of algorithmic solutions for these problems, starting with the work of Misra and Gries, as well as the CountMin and CountSketch data structures, among others. In this survey paper, accompanying an ICDT invited talk, we cover several recent results developed in this area, which improve upon the classical solutions to these problems. In particular, with coauthors we develop new algorithms for finding 1\ell_1-heavy hitters and 2\ell_2-heavy hitters, with significantly less memory required than what was known, and which are optimal in a number of parameter regimes.

Cite

@article{arxiv.1603.01733,
  title  = {New Algorithms for Heavy Hitters in Data Streams},
  author = {David P. Woodruff},
  journal= {arXiv preprint arXiv:1603.01733},
  year   = {2016}
}

Comments

A preliminary version of this paper will appear as an invited paper in ICDT, 2016

R2 v1 2026-06-22T13:04:28.271Z