Tuning Hierarchical Learned Indexes on Disk and Beyond
Summary: Explores learned hierarchical indexes under external memory (disk/remote storage), where fast random access assumptions fail and I/O dominates cost. Shows that loading the entire index is impractical and per-key lookups trigger extra round-trips; proposes external-memory aware tuning that exploits on-disk key-position patterns to reduce costly accesses. (summarized by gpt-5-nano on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Supawit Chockchowwat (University of Illinois Urbana-Champaign)
BibTeX Citation
@inproceedings{chockchowwat_sigmod22,
title = {{Tuning Hierarchical Learned Indexes on Disk and Beyond}},
author = {Chockchowwat, Supawit},
series = {{SIGMOD} '22},
booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data},
publisher = {Association for Computing Machinery},
doi = {10.1145/3514221.3520255},
url = {https://dl.acm.org/doi/10.1145/3514221.3520255},
year = {2022}
}
Incoming Citations (Sorted by Pagerank)
Showing 3 of 3 citing papers.
| Rank | Citing Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 4,300 | DILI: A Distribution-Driven Learned Index | 2023 | VLDB | 6.773869e-05 |
| 10,262 | LINE: A Learned Index with Group-Enhanced Leaves and Cache-Optimized Inner Tree | 2026 | SIGMOD | 5.093636e-05 |
| 10,461 | HIRE: A Hybrid Learned Index for Robust and Efficient Performance under Mixed Workloads | 2026 | SIGMOD | 5.093636e-05 |
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 5 of 5 cited papers.
Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.
| Rank | Cited Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 43 | The Case for Learned Index Structures | 2018 | SIGMOD | 0.00046060254 |
| 447 | ALEX: An Updatable Adaptive Learned Index | 2020 | SIGMOD | 0.00018322593 |
| 477 | The PGM-index: a fully-dynamic compressed learned index with provable worst-case bounds | 2020 | VLDB | 0.00017851226 |
| 790 | FITing-Tree: A Data-aware Index Structure | 2019 | SIGMOD | 0.0001401445 |
| 847 | Benchmarking Learned Indexes | 2021 | VLDB | 0.0001365768 |
Previous
Page 1 / 1
Next
Semantically Similar Papers
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 43 | The Case for Learned Index Structures | 2018 | SIGMOD |
| 2 | 8,709 | Why Are Learned Indexes So Effective but Sometimes Ineffective? | 2025 | VLDB |
| 3 | 7,392 | Hyper: A High-Performance and Memory-Efficient Learned Index via Hybrid Construction | 2024 | SIGMOD |
| 4 | 1,551 | Updatable Learned Index with Precise Positions | 2021 | VLDB |
| 5 | 7,368 | Accelerating String-key Learned Index Structures via Memoization-based Incremental Training | 2024 | VLDB |
| 6 | 2,806 | Are Updatable Learned Indexes Ready? | 2022 | VLDB |
| 7 | 847 | Benchmarking Learned Indexes | 2021 | VLDB |
| 8 | 5,423 | Updatable Learned Indexes Meet Disk-Resident DBMS - From Evaluations to Design Choices | 2023 | SIGMOD |
| 9 | 3,792 | Learned Index: A Comprehensive Experimental Evaluation | 2023 | VLDB |
| 10 | 6,687 | Making In-Memory Learned Indexes Efficient on Disk | 2024 | SIGMOD |