paper-with-me

Papers

A Scalable Learned Index Scheme in Storage Systems

2019-05-08 · Pengfei Li, Yu Hua, Pengfei Zuo, Jingnan Jia

Index structures are important for efficient data access, which have been widely used to improve the performance in many in-memory systems. Due to high in-memory overheads, traditional index structures become difficult to process the explosive growth of data, let alone providing low latency and high throughput performance with limited system resources. The promising learned indexes leverage deep-learning models to complement existing index structures and obtain significant memory savings. However, the learned indexes fail to become scalable due to the heavy inter-model dependency and expensive retraining. To address these problems, we propose a scalable learned index scheme to construct different linear regression models according to the data distribution. Moreover, the used models are independent so as to reduce the complexity of retraining and become easy to partition and store the data into different pages, blocks or distributed systems. Our experimental results show that compared with state-of-the-art schemes, AIDEL improves the insertion performance by about 2$\times$ and provides comparable lookup performance, while efficiently supporting scalability.

📄 PDF Abstract BibTeX arXiv:1905.06256

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

LearnedKV: Integrating LSM and Learned Index for Superior Performance on Storage

2024-06-27 · Wenlong Wang, David Hung-Chang Du

We present LearnedKV, a novel tiered key-value store that seamlessly integrates a Log-Structured Merge (LSM) tree with a Learned Index to achieve superior read and write performance on storage systems. While existing app…

Blocking

DobLIX: A Dual-Objective Learned Index for Log-Structured Merge Trees

2025-02-07 · Alireza Heidari, Amirhossein Ahmadi, Wei zhang

In this paper, we introduce DobLIX, a dual-objective learned index specifically designed for Log-Structured Merge(LSM) tree-based key-value stores. Although traditional learned indexes focus exclusively on optimizing ind…

Reducing Redundancy in Whole-Slide Image Patching for Scalable Indexing and Retrieval

2026-06-23 · Jialiang Geng, Ghazal Alabtah, Saghir Alfasly, Wataru Uegami 외 arxiv

The rapid growth of digital pathology has created an urgent need for efficient indexing and retrieval of whole slide images (WSIs). This need is intensified by emerging generative AI workflows, particularly retrieval-aug…

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…

Airphant: Cloud-oriented Document Indexing

2021-12-26 · Supawit Chockchowwat, Chaitanya Sood, Yongjoo Park

Modern data warehouses can scale compute nodes independently of storage. These systems persist their data on cloud storage, which is always available and cost-efficient. Ad-hoc compute nodes then fetch necessary data on-…