Learned Sorted Table Search and Static Indexes in Small Model Space
Domenico Amato, Giosu\`e Lo Bosco, Raffaele Giancarlo

TL;DR
This paper introduces new learned index models and systematically evaluates their speed and space trade-offs, demonstrating near-constant space solutions that significantly accelerate binary search in sorted data.
Contribution
It proposes two novel models for learned indexes and provides a comprehensive experimental analysis of their efficiency and space usage compared to existing methods.
Findings
Learned k-ary Search Model achieves constant additional space speed-up.
New models can reach near-constant space with significant speed improvements.
Models complement each other across memory hierarchies.
Abstract
Machine Learning Techniques, properly combined with Data Structures, have resulted in Learned Static Indexes, innovative and powerful tools that speed-up Binary Search, with the use of additional space with respect to the table being searched into. Such space is devoted to the Machine Learning Model. Although in their infancy, they are methodologically and practically important, due to the pervasiveness of Sorted Table Search procedures. In modern applications, model space is a key factor and, in fact, a major open question concerning this area is to assess to what extent one can enjoy the speed-up of Binary Search achieved by Learned Indexes while using constant or nearly constant space models. In this paper, we investigate the mentioned question by (a) introducing two new models, i.e., the Learned k-ary Search Model and the Synoptic Recursive Model Index, respectively; (b)…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Advanced Database Systems and Queries · Data Mining Algorithms and Applications
