LRU-C: Parallelizing Database I/Os for Flash SSDs
Summary: LRU-C parallelizes flash-SSD database I/O by tracking the least-recently-used clean page, avoiding read-stall serialization. Dynamic batch writes and parallel LRU-list manipulation further reduce contention, yielding up to 3× OLTP throughput and lower tail latency despite slightly reduced hit ratio. (summarized by gpt-5.6-luna on Jul 24 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Bohyun Lee (Sungkyunkwan University)
- 2. Mijin An (SAP)
- 3. Sang-Won Lee (Sungkyunkwan University)
BibTeX Citation
@article{lee_vldb23,
title = {{LRU-C: Parallelizing Database I/Os for Flash SSDs}},
author = {Lee, Bohyun and An, Mijin and Lee, Sang-Won},
journal = {PVLDB},
series = {{VLDB} '23},
volume = {16},
number = {9},
pages = {2364--2376},
doi = {10.14778/3598581.3598605},
url = {https://doi.org/10.14778/3598581.3598605},
year = {2023}
}
Incoming Citations (Sorted by Pagerank)
Showing 5 of 5 citing papers.
| Rank | Citing Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 6,498 | LeanStore: A High-Performance Storage Engine for NVMe SSDs | 2024 | VLDB | 5.861854e-05 |
| 10,142 | Flexible I/O for Database Management Systems with xNVMe | 2026 | CIDR | 5.093636e-05 |
| 10,456 | FlashANNS: GPU-Driven Asynchronous I/O Pipelining for Eliminating Storage-Compute Bottlenecks in Billion-Scale Similarity Search | 2026 | SIGMOD | 5.093636e-05 |
| 10,543 | How to Write to SSDs | 2026 | VLDB | 5.093636e-05 |
| 10,659 | Boosting OLTP Performance with Per-Page Logging on NVDIMM | 2025 | SIGMOD | 5.093636e-05 |
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 12 of 12 cited papers.
Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.
Previous
Page 1 / 1
Next
Semantically Similar Papers
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 561 | A Case for Flash Memory SSD in Enterprise Database Applications | 2008 | SIGMOD |
| 2 | 10,341 | Analysis and Evaluation of Using Microsecond-Latency Memory for In-Memory Indices and Caches in SSD-Based Key-Value Stores | 2026 | SIGMOD |
| 3 | 10,543 | How to Write to SSDs | 2026 | VLDB |
| 4 | 3,095 | Turbocharging DBMS Buffer Pool Using SSDs | 2011 | SIGMOD |
| 5 | 5,080 | Hybrid Storage Management for Database Systems | 2013 | VLDB |
| 6 | 5,625 | Durable Write Cache in Flash Memory SSD for Relational and NoSQL Databases | 2014 | SIGMOD |
| 7 | 1,490 | SSD Bufferpool Extensions for Database Systems | 2010 | VLDB |
| 8 | 9,256 | FlashAlloc: Dedicating Flash Blocks By Objects | 2023 | VLDB |
| 9 | 8,723 | Your Read is Our Priority in Flash Storage | 2022 | VLDB |
| 10 | 8,710 | Avoiding Read Stalls on Flash Storage | 2022 | SIGMOD |