Proceedings of the 2021 International Conference on Management of Data 2021
DOI: 10.1145/3448016.3457273
|View full text |Cite
|
Sign up to set email alerts
|

Chucky: A Succinct Cuckoo Filter for LSM-Tree

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
6
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
3
2
2
1

Relationship

0
8

Authors

Journals

citations
Cited by 30 publications
(8 citation statements)
references
References 45 publications
0
6
0
Order By: Relevance
“…In [8] the authors make use of cuckoo filters by replacing the multiple bloom filters that are being used as a single main cuckoo filter in the LSM tree. This approach achieves the mentioned solution by using bits that should be used by the fingerprint to map data into auxiliary addresses in the LSM tree.…”
Section: Novel Cuckoo Filters Related Researchmentioning
confidence: 99%
See 1 more Smart Citation
“…In [8] the authors make use of cuckoo filters by replacing the multiple bloom filters that are being used as a single main cuckoo filter in the LSM tree. This approach achieves the mentioned solution by using bits that should be used by the fingerprint to map data into auxiliary addresses in the LSM tree.…”
Section: Novel Cuckoo Filters Related Researchmentioning
confidence: 99%
“…To address this issue, instead of using bits that are designated to the fingerprints, encoding is used to mitigate the high false positive rate. However, one of the main challenges that [8] have is that the LSM tree can grow in size over time. Therefore, the higher the level, the more bits are needed.…”
Section: Novel Cuckoo Filters Related Researchmentioning
confidence: 99%
“…Bloom filters provide a membership query of a search key against each SSTable which answers the presence of the given key without traversing the SSTable. We have seen good progress in this area of optimization [18], [24]- [27], all the efforts made to narrow the search space on a key basis.…”
Section: Background and Related Workmentioning
confidence: 99%
“…Bloom-Filters are well-known and with many variants [1,5,28,46] covering different aspects: counting [4,18,41]; compressibility [31]; SIMD vectorization [25,37]; partial deletes [40]; efficient hashing [15,23]; and data locality and novel hardware [6,14,25,27,39]. Recently, there have been numerous novel proposals [11,12,21,35,47], all of which are point-filters with different properties. Pioneered by [24,32], the concept of learned BFs, leads to interesting applications [22,26,48] and is a future direction for bloomRF.…”
Section: Related Workmentioning
confidence: 99%