2015
DOI: 10.1016/j.is.2015.01.002
|View full text |Cite
|
Sign up to set email alerts
|

Bloofi: Multidimensional Bloom filters

Abstract: Bloom filters are probabilistic data structures commonly used for approximate membership problems in many areas of Computer Science (networking, distributed systems, databases, etc.). With the increase in data size and distribution of data, problems arise where a large number of Bloom filters are available, and all them need to be searched for potential matches. As an example, in a federated cloud environment, each cloud provider could encode the information using Bloom filters and share the Bloom filters with… Show more

Help me understand this report
View preprint versions

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
25
0

Year Published

2016
2016
2024
2024

Publication Types

Select...
4
2
2

Relationship

0
8

Authors

Journals

citations
Cited by 37 publications
(25 citation statements)
references
References 27 publications
0
25
0
Order By: Relevance
“…The earliest use of Bloom filters as an index for a collection of independent documents we could find is called Bloofi by Crainiceanu and Lemire [11]. They propose to use a Bloom filter for each document and to arrange them either in a B-tree or as a Flat-Bloofi.…”
Section: Related Workmentioning
confidence: 99%
“…The earliest use of Bloom filters as an index for a collection of independent documents we could find is called Bloofi by Crainiceanu and Lemire [11]. They propose to use a Bloom filter for each document and to arrange them either in a B-tree or as a Flat-Bloofi.…”
Section: Related Workmentioning
confidence: 99%
“…In addition to these studies that use an index, solutions using bloom filter have been proposed for the membership queries, where false positive matches are possible, but false negatives are not. 47,48 A query returns either possibly in a set or definitely not in the set. In other words, the bloom filter approach provides an approximate answer for a membership query with a reasonable performance.…”
Section: Related Workmentioning
confidence: 99%
“…However, maintaining trie data structure is costly in terms of space as well as time. On the other hand, Bloofi [11] uses tree structured Bloom Filter which cuases costly in insertion and lookup. The scalability of BloomFlash [8], FBF [7], BloomStore [9], scaleBF is higher than TB 2 F and Bloofi [11].…”
Section: B Contributionmentioning
confidence: 99%