LSM-tree-based key-value stores serve as the storage
backbone for a wide range of cloud services, where write
throughput and read latency directly determine quality of service.
These systems adopt an append-only write strategy that buffers
writes in memory and flushes them to disk as separate files,
achieving high write throughput at the cost of accumulating
multiple versions of the same key across files. A background
process called compaction periodically merges these files to
eliminate redundant entries and sustain read efficiency. However,
at Level-0 (L0)—where flushed files first land on disk—files are
allowed to have arbitrarily overlapping key ranges. This overlap
forces L0–L1 compaction to merge nearly all files from both levels
as a single coarse-grained task, fundamentally limiting compaction
parallelism. When L0–L1 compaction cannot keep pace with
incoming writes, L0 files accumulate, triggering severe write stalls
and read latency spikes. This paper presents BucketLSM, an
LSM architecture that partitions L0 into non-overlapping buckets
to unlock scalable compaction parallelism. BucketLSM splits
MemTables at flush time according to bucket boundaries, creating
structurally independent compaction units. Key mechanisms
include (i) BucketFlush for boundary-aligned file generation, (ii)
BucketCompaction for fine-grained priority-based scheduling, and
(iii) Dynamic Bucket Rebalancing to adapt boundaries under
shifting workloads. Evaluated on RocksDB v10.6, BucketLSM
achieves up to 2.6× throughput improvement over the original
RocksDB, reduces write stalls by up to 16.7× compared to baseline
RocksDB, and improves read performance under high write
pressure—all without requiring additional hardware.
The materials provided on this website are subject to copyrights owned by ETRI and protected by the Copyright Act. Any reproduction, modification, or distribution, in whole or in part, requires the prior explicit approval of ETRI. However, under Article 24.2 of the Copyright Act, the materials may be freely used provided the user complies with the following terms:
The materials to be used must have attached a Korea Open Government License (KOGL) Type 4 symbol, which is similar to CC-BY-NC-ND (Creative Commons Attribution Non-Commercial No Derivatives License). Users are free to use the materials only for non-commercial purposes, provided that original works are properly cited and that no alterations, modifications, or changes to such works is made. This website may contain materials for which ETRI does not hold full copyright or for which ETRI shares copyright in conjunction with other third parties. Without explicit permission, any use of such materials without KOGL indication is strictly prohibited and will constitute an infringement of the copyright of ETRI or of the relevant copyright holders.
J. Kim et. al, "Trends in Lightweight Kernel for Many core Based High-Performance Computing", Electronics and Telecommunications Trends. Vol. 32, No. 4, 2017, KOGL Type 4: Source Indication + Commercial Use Prohibition + Change Prohibition
J. Sim et.al, “the Fourth Industrial Revolution and ICT – IDX Strategy for leading the Fourth Industrial Revolution”, ETRI Insight, 2017, KOGL Type 4: Source Indication + Commercial Use Prohibition + Change Prohibition
If you have any questions or concerns about these terms of use, or if you would like to request permission to use any material on this website, please feel free to contact us
KOGL Type 4:(Source Indication + Commercial Use Prohibition+Change Prohibition)
Contact ETRI, Research Information Service Section
Privacy Policy
ETRI KSP Privacy Policy
ETRI does not collect personal information from external users who access our Knowledge Sharing Platform (KSP). Unathorized automated collection of researcher information from our platform without ETRI's consent is strictly prohibited.
[Researcher Information Disclosure] ETRI publicly shares specific researcher information related to research outcomes, including the researcher's name, department, work email, and work phone number.
※ ETRI does not share employee photographs with external users without the explicit consent of the researcher. If a researcher provides consent, their photograph may be displayed on the KSP.