GP-Tree: An in-memory spatial index combining adaptive grid cells with a prefix tree for efficient spatial querying
Xiangyang Yang, Xuefeng Guan, Lanxue Dang, Yi Xie, Qingyang Xu, Huayi Wu, Jiayao Wang

TL;DR
GP-Tree is a novel in-memory spatial index that combines adaptive grid cells with a prefix tree to improve filtering accuracy and query performance for complex spatial objects, outperforming traditional indexes significantly.
Contribution
This paper introduces GP-Tree, a new spatial index that uses fine-grained grid cell approximations and a prefix tree structure for more efficient spatial querying of complex objects.
Findings
GP-Tree achieves up to ten times faster query performance.
It significantly improves filtering accuracy over traditional indexes.
The approach effectively handles complex spatial objects like trajectories.
Abstract
Efficient spatial indexing is crucial for processing large-scale spatial data. Traditional spatial indexes, such as STR-Tree and Quad-Tree, organize spatial objects based on coarse approximations, such as their minimum bounding rectangles (MBRs). However, this coarse representation is inadequate for complex spatial objects (e.g., district boundaries and trajectories), limiting filtering accuracy and query performance of spatial indexes. To address these limitations, we propose GP-Tree, a fine-grained spatial index that organizes approximated grid cells of spatial objects into a prefix tree structure. GP-Tree enhances filtering ability by replacing coarse MBRs with fine-grained cell-based approximations of spatial objects. The prefix tree structure optimizes data organization and query efficiency by leveraging the shared prefixes in the hierarchical grid cell encodings between parent and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Geographic Information Systems Studies · Advanced Database Systems and Queries
