Proceedings of the 37th ACM SIGMOD-SIGACT-SIGAI Symposium on Principles of Database Systems 2018
DOI: 10.1145/3196959.3196986
|View full text |Cite
|
Sign up to set email alerts
|

Data Streams with Bounded Deletions

Abstract: Two prevalent models in the data stream literature are the insertion-only and turnstile models. Unfortunately, many important streaming problems require a Θ(log(n)) multiplicative factor more space for turnstile streams than for insertion-only streams. This complexity gap often arises because the underlying frequency vector f is very close to 0, after accounting for all insertions and deletions to items. Signal detection in such streams is difficult, given the large number of deletions.In this work, we propose… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

1
22
0

Year Published

2018
2018
2023
2023

Publication Types

Select...
4
1
1

Relationship

0
6

Authors

Journals

citations
Cited by 19 publications
(23 citation statements)
references
References 62 publications
1
22
0
Order By: Relevance
“…Deterministic solutions for the 𝜙 frequent items problem guarantee to return all heavy items and potentially some light-weighted items [22,35,39,40]. Randomized solutions for the (𝜖, 𝜙)-approximate frequent items problem allow the algorithm to fail with some probability 𝛿 [13,18,30]. In much of the literature, the failure probability is set to 𝛿 = 𝑂 (𝑈 −𝑐 ) where 𝑈 is the bounded universe size and 𝑐 is some constant.…”
Section: Deterministic and Randomized Solutionsmentioning
confidence: 99%
See 4 more Smart Citations
“…Deterministic solutions for the 𝜙 frequent items problem guarantee to return all heavy items and potentially some light-weighted items [22,35,39,40]. Randomized solutions for the (𝜖, 𝜙)-approximate frequent items problem allow the algorithm to fail with some probability 𝛿 [13,18,30]. In much of the literature, the failure probability is set to 𝛿 = 𝑂 (𝑈 −𝑐 ) where 𝑈 is the bounded universe size and 𝑐 is some constant.…”
Section: Deterministic and Randomized Solutionsmentioning
confidence: 99%
“…In the bounded deletion model, the stream consists of both insert and delete operations and a constant 𝛼 ≥ 1 is given such that at most (1 − 1 𝛼 ) of prior insertions are deleted, i.e., 𝐷 ≤ (1 − 1 𝛼 )𝐼 , where 𝐼 is the number of insertions and 𝐷 is the number of deletions. Jayaram et al [30] proposed the CSSS (Count-Median Sketch Sample Simulator) algorithm to solve the frequency estimation problem in the bounded deletion model. The Count-Median and Count-Min sketches require 𝑂 ( 1 𝜖 𝑙𝑜𝑔 1 𝛿 ) number of counters.…”
Section: Algorithms In Bounded Deletion Modelmentioning
confidence: 99%
See 3 more Smart Citations