Title :
BR-Tree: A Scalable Prototype for Supporting Multiple Queries of Multidimensional Data
Author :
Hua, Yu ; Xiao, Bin ; Wang, Jianping
Author_Institution :
Sch. of Comput., Huazhong Univ. of Sci. & Technol., Wuhan, China
Abstract :
Multidimensional data indexing has received much research attention recently in a centralized system. However, it remains a nascent area of research in providing an integrated structure for multiple queries on multidimensional data in a distributed environment. In this paper, we propose a new data structure, called BR-tree (Bloom-filter-based R-tree), and implement such a prototype in the context of a distributed system. The node in a BR-tree, viewed as an expansion from the traditional R-tree node structure, incorporates space-efficient Bloom filters to facilitate fast membership queries. The proposed BR-tree can simultaneously support not only existing point and range queries, but also cover and bound queries that can potentially benefit various data indexing services. Compared with previous data structures, BR-tree achieves space efficiency and provides quick response (lesO(log n)) on these four types of queries. Our extensive experiments in a distributed environment further validate the practicality and efficiency of the proposed BR-tree structure.
Keywords :
distributed processing; indexing; query processing; tree data structures; Bloom-filter-based R-tree; bound queries; centralized system; data structure; distributed system; multidimensional data indexing; multidimensional data multiple queries; range queries; space-efficient Bloom filters; Application software; Computerized monitoring; Condition monitoring; Data structures; Filters; Indexing; Information filtering; Information systems; Memory; Multidimensional systems; Prototypes; Scalability; BR-tree; bound query.; cover query; multidimensional data; point query; range query;
Journal_Title :
Computers, IEEE Transactions on