22nd International Conference on Data Engineering (ICDE'06) 2006
DOI: 10.1109/icde.2006.145
|View full text |Cite
|
Sign up to set email alerts
|

Space-efficient Relative Error Order Sketch over Data Streams

Abstract: We consider the problem of continuously maintaining order sketches over data streams with a relative rank error guarantee . Novel space-efficient and one-scan randomised techniques are developed. Our first randomised algorithm can guarantee such a relative error precision with confidence 1 − δ using O( 1 2 log 1 δ log 2 N ) space, where N is the number of data elements seen so far in a data stream. Then, a new one-scan space compression technique is developed. Combined with the first randomised algorithm, the … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
4
0

Year Published

2007
2007
2023
2023

Publication Types

Select...
4
2
1

Relationship

0
7

Authors

Journals

citations
Cited by 18 publications
(6 citation statements)
references
References 26 publications
0
4
0
Order By: Relevance
“…Each buffer of size 𝐵 "protects" the 𝐵/2 smallest items stored inside, meaning that these items are not involved in any compaction (i.e., the compaction operation only removes the 𝐵/2 largest items from the buffer). Unfortunately, it turns out that this simple approach requires space Θ(𝜀 −2 • log(𝜀 2 𝑛)), which merely matches the space bound achieved in [24], and in particular has a (quadratically) suboptimal dependence on 1/𝜀.…”
Section: Challenges and Techniquesmentioning
confidence: 90%
See 3 more Smart Citations
“…Each buffer of size 𝐵 "protects" the 𝐵/2 smallest items stored inside, meaning that these items are not involved in any compaction (i.e., the compaction operation only removes the 𝐵/2 largest items from the buffer). Unfortunately, it turns out that this simple approach requires space Θ(𝜀 −2 • log(𝜀 2 𝑛)), which merely matches the space bound achieved in [24], and in particular has a (quadratically) suboptimal dependence on 1/𝜀.…”
Section: Challenges and Techniquesmentioning
confidence: 90%
“…Gupta and Zane [11] gave an algorithm for relative error quantiles that stores 𝑂 (𝜀 −3 • log 2 (𝜀𝑛)) items, and use this to approximately count the number of inversions in a list; their algorithm requires prior knowledge of the stream length 𝑛. As previously mentioned, Zhang et al [24] presented an algorithm storing 𝑂 (𝜀 −2 • log(𝜀 2 𝑛)) universe items. Cormode et al [5] designed a deterministic sketch storing 𝑂 (𝜀 −1 • log(𝜀𝑛) • log |U|) items, which requires prior knowledge of the data universe U.…”
Section: Detailed Comparison To Prior Workmentioning
confidence: 99%
See 2 more Smart Citations
“…It can be used for packet loss detection in networks, but has rarely been formally studied. Sketch, a compact data structure with small memory footprint and error, has been widely recognized by the research community [18]- [21], especially in addressing the above tasks 1 to 4. Thus, our design goal is to propose a generic sketch algorithm that can more accurately perform the above five tasks.…”
Section: Background and Motivationmentioning
confidence: 99%