paper-with-me

Papers

A Survey of Learned Indexes for the Multi-dimensional Space

2024-03-11 · Abdullah Al-Mamun, Hao Wu, Qiyang He, Jianguo Wang, Walid G. Aref

A recent research trend involves treating database index structures as Machine Learning (ML) models. In this domain, single or multiple ML models are trained to learn the mapping from keys to positions inside a data set. This class of indexes is known as "Learned Indexes." Learned indexes have demonstrated improved search performance and reduced space requirements for one-dimensional data. The concept of one-dimensional learned indexes has naturally been extended to multi-dimensional (e.g., spatial) data, leading to the development of "Learned Multi-dimensional Indexes". This survey focuses on learned multi-dimensional index structures. Specifically, it reviews the current state of this research area, explains the core concepts behind each proposed method, and classifies these methods based on several well-defined criteria. We present a taxonomy that classifies and categorizes each learned multi-dimensional index, and survey the existing literature on learned multi-dimensional indexes according to this taxonomy. Additionally, we present a timeline to illustrate the evolution of research on learned indexes. Finally, we highlight several open challenges and future research directions in this emerging and highly active field.

📄 PDF Abstract BibTeX arXiv:2403.06456

Code (0)

등록된 구현이 없습니다.

Tasks

Survey

Similar Papers 제목 키워드 기반

Tsunami: A Learned Multi-dimensional Index for Correlated Data and Skewed Workloads

2020-06-23 · Jialin Ding, Vikram Nathan, Mohammad Alizadeh, Tim Kraska

Filtering data based on predicates is one of the most fundamental operations for any modern data warehouse. Techniques to accelerate the execution of filter expressions include clustered indexes, specialized sort orders …

Learning Multi-dimensional Indexes

2019-12-03 · Vikram Nathan, Jialin Ding, Mohammad Alizadeh, Tim Kraska

Scanning and filtering over multi-dimensional tables are key operations in modern analytical database engines. To optimize the performance of these operations, databases often create clustered indexes over a single dimen…

An Empirical Survey and Benchmark of Learned Distance Indexes for Road Networks

2026-02-03 · Gautam Choudhary, Libin Zhou, Yeasir Rayhan, Walid G. Aref arxiv

The calculation of shortest-path distances in road networks is a core operation in navigation systems, location-based services, and spatial analytics. Although classical algorithms, e.g., Dijkstra's algorithm, provide ex…

The Case for Learned Spatial Indexes

2020-08-24 · Varun Pandey, Alexander van Renen, Andreas Kipf, Ibrahim Sabek 외

Spatial data is ubiquitous. Massive amounts of data are generated every day from billions of GPS-enabled devices such as cell phones, cars, sensors, and various consumer-based applications such as Uber, Tinder, location-…

A Learned Index for Exact Similarity Search in Metric Spaces

2022-04-21 · Yao Tian, Tingyun Yan, Xi Zhao, Kai Huang 외

Indexing is an effective way to support efficient query processing in large databases. Recently the concept of learned index, which replaces or complements traditional index structures with machine learning models, has b…

BIG-bench Machine Learning