Optimal streaming and tracking distinct elements with high probability
Abstract
The distinct elements problem is one of the fundamental problems in streaming algorithms --- given a stream of integers in the range , we wish to provide a approximation to the number of distinct elements in the input. After a long line of research an optimal solution for this problem with constant probability of success, using bits of space, was given by Kane, Nelson and Woodruff in 2010. The standard approach used in order to achieve low failure probability is to take the median of parallel repetitions of the original algorithm. We show that such a multiplicative space blow-up is unnecessary: we provide an optimal algorithm using bits of space --- matching known lower bounds for this problem. That is, the factor does not multiply the term. This settles completely the space complexity of the distinct elements problem with respect to all standard parameters. We consider also the \emph{strong tracking} (or \emph{continuous monitoring}) variant of the distinct elements problem, where we want an algorithm which provides an approximation of the number of distinct elements seen so far, at all times of the stream. We show that this variant can be solved using bits of space, which we show to be optimal.
Cite
@article{arxiv.1804.01642,
title = {Optimal streaming and tracking distinct elements with high probability},
author = {Jarosław Błasiok},
journal= {arXiv preprint arXiv:1804.01642},
year = {2019}
}
Comments
Preliminary version of this paper appeard in SODA 2018