Pith. sign in

REVIEW 1 cited by

DILI: A Distribution-Driven Learned Index (Extended version)

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2304.08817 v2 pith:6DGCPKLJ submitted 2023-04-18 cs.DB

classification cs.DB
keywords dilitreenodeleafnodessearchaccordingbottom-up
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Targeting in-memory one-dimensional search keys, we propose a novel DIstribution-driven Learned Index tree (DILI), where a concise and computation-efficient linear regression model is used for each node. An internal node's key range is equally divided by its child nodes such that a key search enjoys perfect model prediction accuracy to find the relevant leaf node. A leaf node uses machine learning models to generate searchable data layout and thus accurately predicts the data record position for a key. To construct DILI, we first build a bottom-up tree with linear regression models according to global and local key distributions. Using the bottom-up tree, we build DILI in a top-down manner, individualizing the fanouts for internal nodes according to local distributions. DILI strikes a good balance between the number of leaf nodes and the height of the tree, two critical factors of key search time. Moreover, we design flexible algorithms for DILI to efficiently insert and delete keys and automatically adjust the tree structure when necessary. Extensive experimental results show that DILI outperforms the state-of-the-art alternatives on different kinds of workloads.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Evaluating Learned Indexes in LSM-tree Systems: Benchmarks,Insights and Design Choices

    cs.DB 2025-06 conditional novelty 5.0 of 10

    A unified benchmark shows learned indexes beat fence pointers on memory-latency tradeoff in LSM-trees, with position boundary and SSTable granularity as the key tuning knobs.

Pith tools