vix.ing · top · new · best · stats · spec

Efficient Data Ingestion and Query Processing for LSM-Based Storage Systems

2018/08/27 by Chen Luo, Luo, Chen, Michael J. Carey +1
Computer Science · #Advanced Data Storage Technologies #Advanced Database Systems and Queries #Data Management and Algorithms #Databases (cs.DB) #FOS: Computer and information sciences

paper · pdf · doi:10.48550/arxiv.1808.08896

openalex publication_date 2018/08/27 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

In recent years, the Log Structured Merge (LSM) tree has been widely adopted by NoSQL and NewSQL systems for its superior write performance. Despite its popularity, however, most existing work has focused on LSM-based key-value stores with only a primary LSM-tree index; auxiliary structures, which are critical for supporting ad-hoc queries, have received much less attention. In this paper, we focus on efficient data ingestion and query processing for general-purpose LSM-based storage systems. We first propose and evaluate a series of optimizations for efficient batched point lookups, significantly improving the range of applicability of LSM-based secondary indexes. We then present several new and efficient maintenance strategies for LSM-based storage systems. Finally, we have implemented and experimentally evaluated the proposed techniques in the context of the Apache AsterixDB system, and we present the results here.

Citations

Related