Learned Index for Spatial Queries

Haixin Wang,Xiaoyi Fu,Hua Lu,Jianliang Xu
DOI: https://doi.org/10.1109/MDM.2019.00121
2019-06-01
Abstract:With the pervasiveness of location-based services (LBS), spatial data processing has received considerable attention in the research of database system management. Among various spatial query techniques, index structures play a key role in data access and query processing. However, existing spatial index structures (e.g., R-tree) mainly focus on partitioning data space or data objects. In this paper, we explore the potential to construct the spatial index structure by learning the distribution of the data. We design a new data-driven spatial index structure, namely learned Z-order Model (ZM) index, which combines the Z-order space filling curve and the staged learning model. Experimental results on both real and synthetic datasets show that our learned index significantly reduces the memory cost and performs more efficiently than R-tree in most scenarios.
Computer Science
What problem does this paper attempt to address?