2012
DOI: 10.14778/2350229.2350275
|View full text |Cite
|
Sign up to set email alerts
|

Don't thrash

Abstract: This paper presents new alternatives to the well-known Bloom filter data structure. The Bloom filter, a compact data structure supporting set insertion and membership queries, has found wide application in databases, storage systems, and networks. Because the Bloom filter performs frequent random reads and writes, it is used almost exclusively in RAM, limiting the size of the sets it can represent. This paper first describes the quotient filter, which supports the basic operations of the Bloom filter… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
35
0

Year Published

2016
2016
2022
2022

Publication Types

Select...
3
3
3
1

Relationship

2
8

Authors

Journals

citations
Cited by 152 publications
(35 citation statements)
references
References 14 publications
0
35
0
Order By: Relevance
“…The counting quotient filter represents S by storing a compact, lossless representation of the multiset h(S), where h : U/f0; .2 p À 1g is a hash function and U is the universe from which S is drawn. The CQF sets p = log 2 ðn=dÞ to obtain a false-positive rate while handling up to n insertions (Bender et al, 2012).…”
Section: Declaration Of Interestsmentioning
confidence: 99%
“…The counting quotient filter represents S by storing a compact, lossless representation of the multiset h(S), where h : U/f0; .2 p À 1g is a hash function and U is the universe from which S is drawn. The CQF sets p = log 2 ðn=dÞ to obtain a false-positive rate while handling up to n insertions (Bender et al, 2012).…”
Section: Declaration Of Interestsmentioning
confidence: 99%
“…However, limiting keys to 31 bits can be a restricting factor for some (where larger keys are required). In the future, we will focus on allowing wider key spans, either by separating the lock-bit from the rest of the key (sacrifices performance), or through a hierarchical structure and grouping a set of elements together so that they share the same key (e.g., like in quotient filters [7] or lifted B-trees [42]).…”
Section: Resultsmentioning
confidence: 99%
“…The bloom filter (BF), cuckoo filter (CF) and quotient filter (QF) are three different types of space-efficient probabilistic data structures that are used to check whether an element is a member of a massive dataset or not. According to [19], QFs have faster and efficient querying of the elements than BFs, even in secondary memory. Authors in [20] stated that CFs have better practically performance than BFs and QFs.…”
Section: Type Of Node Detectionmentioning
confidence: 99%