Efficient Parallel Processing of R-Tree on GPUs
-
Published:2024-07-05
Issue:13
Volume:12
Page:2115
-
ISSN:2227-7390
-
Container-title:Mathematics
-
language:en
-
Short-container-title:Mathematics
Author:
Nong Jian123ORCID, He Xi23ORCID, Chen Jia23, Liang Yanyan1ORCID
Affiliation:
1. School of Computer Science and Engineering, Faculty of Innovation Engineering, Macau University of Science and Technology, Macau 999078, China 2. Guangxi Key Laboratory of Machine Vision and Intelligent Control, Wuzhou University, Wuzhou 543002, China 3. High Performance Computing Laboratory, Wuzhou University, Wuzhou 543002, China
Abstract
R-tree is an important multi-dimensional data structure widely employed in many applications for storing and querying spatial data. As GPUs emerge as powerful computing hardware platforms, a GPU-based parallel R-tree becomes the key to efficiently port R-tree-related applications to GPUs. However, traditional tree-based data structures can hardly be directly ported to GPUs, and it is also a great challenge to develop highly efficient parallel tree-based data structures on GPUs. The difficulty mostly lies in the design of tree-based data structures and related operations in the context of many-core architecture that can facilitate parallel processing. We summarize our contributions as follows: (i) design a GPU-friendly data structure to store spatial data; (ii) present two parallel R-tree construction algorithms and one parallel R-tree query algorithm that can take the hardware characteristics of GPUs into consideration; and (iii) port the vector map overlay system from CPU to GPU to demonstrate the feasibility of parallel R-tree. Experimental results show that our parallel R-tree on GPU is efficient and practical. Compared with the traditional CPU-based sequential vector map overlay system, our vector map overlay system based on parallel R-tree can achieve nearly 10-fold speedup.
Funder
National Natural Science Foundation of China Natural Science Foundation of Guangxi Province Guangxi Innovation-Driven Development Special Fund Project Wuzhou University
Reference34 articles.
1. Guttman, A. (1984, January 18–21). R-trees: A dynamic index structure for spatial searching. Proceedings of the 1984 ACM SIGMOD International Conference on Management of Data, Boston, MA, USA. 2. Sellis, T., Roussopoulos, N., and Faloutsos, C. (1987, January 1–4). The R+-Tree: A Dynamic Index for Multi-Dimensional Objects. Proceedings of the 13th VLDB, Brighton, UK. 3. Beckmann, N., Kriegel, H., Schneider, R., and Seeger, B. (1990, January 23–25). The R*-tree: An efficient and robust access method for points and rectangles. Proceedings of the 1990 ACM SIGMOD International Conference on Management of Data, Atlantic City, NJ, USA. 4. Kamel, I., and Faloutsos, C. (1994, January 12–15). Hilbert R-tree: An improved R-tree using fractals. Proceedings of the 20th International Conference on Very Large Data Bases (VLDB), San Francisco, CA, USA. 5. Luo, L., Wong, M.D.F., and Leong, L. (February, January 30). Parallel implementation of R-trees on the GPU. Proceedings of the 17th Asia and South Pacific Design Automation Conference, Sydney, Australia.
|
|