DocumentCode
3756526
Title
Bloom Filter Tree for Fast Search in Tree-Structured Data
Author
Mengyu Wang;Ying Zhu
Author_Institution
Fac. of Bus. &
fYear
2015
Firstpage
18
Lastpage
23
Abstract
We consider the problem of searching for a data element in a tree-structured data set (e.g., XML). We propose a method which is more efficient than tree traversal and which still retains all the important metadata information that would be lost in the naive method of linear list search. We compute a bloom filter for each interior node of the tree, essentially building a bloom filter tree to enhance the original data tree. Using the bloom filters, we can do fast search by pruning out entire subtrees from being searched. We present a theoretical analysis of the search complexity of selective placement of bloom filters in the tree, which leads to an optimal placement strategy. Our experiments verify the efficiency of our method.
Keywords
"Metadata","Peer-to-peer computing","Complexity theory","Filtering algorithms","Search problems","XML","Buildings"
Publisher
ieee
Conference_Titel
Computational Science and Computational Intelligence (CSCI), 2015 International Conference on
Type
conf
DOI
10.1109/CSCI.2015.30
Filename
7424057
Link To Document