SkimpyStash: RAM Space Skimpy Key-Value Store on Flash-based Storage
Summary: Extremely RAM-frugal K/V store: hash directory in RAM, bucket chains on flash, with a RAM pointer to the chain start; total ~1 byte per key-value. Two-choice load balancing with per-slot Bloom filters, plus flash-page compaction to pack chains, yields scalable 10^4–10^5 ops/s on real servers. (summarized by gpt-5-nano on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Biplob Debnath (EMC Corporation; Microsoft)
- 2. Sudipta Sengupta (Microsoft)
- 3. Jin Li (Microsoft)
BibTeX Citation
@inproceedings{debnath_sigmod11,
title = {{SkimpyStash: RAM Space Skimpy Key-Value Store on Flash-based Storage}},
author = {Debnath, Biplob and Sengupta, Sudipta and Li, Jin},
series = {{SIGMOD} '11},
booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data},
publisher = {Association for Computing Machinery},
doi = {10.1145/1989323.1989327},
url = {https://dl.acm.org/doi/10.1145/1989323.1989327},
year = {2011}
}
Incoming Citations (Sorted by Pagerank)
Showing 19 of 19 citing papers.
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 6 of 6 cited papers.
Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.
| Rank | Cited Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 512 | Tree Indexing on Solid State Drives | 2010 | VLDB | 0.00017196795 |
| 961 | Lazy-Adaptive Tree: An Optimized Index Structure for Flash Devices | 2009 | VLDB | 0.00012941098 |
| 967 | FlashStore: High Throughput Persistent Key-Value Store | 2010 | VLDB | 0.0001291715 |
| 999 | Flashing Up the Storage Layer | 2008 | VLDB | 0.00012740138 |
| 1,105 | FlashLogging: Exploiting Flash Devices for Synchronous Logging Performance | 2009 | SIGMOD | 0.00012151254 |
| 1,435 | Online Maintenance of Very Large Random Samples on Flash Storage | 2008 | VLDB | 0.00010800274 |
Previous
Page 1 / 1
Next
Semantically Similar Papers
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 9,506 | FluidKV: Seamlessly Bridging the Gap between Indexing Performance and Memory-Footprint on Ultra-Fast Storage | 2024 | VLDB |
| 2 | 3,773 | SplinterDB and Maplets: Improving the Tradeoffs in Key-Value Store Compaction Policy | 2023 | SIGMOD |
| 3 | 4,888 | Enabling Low Tail Latency on Multicore Key-Value Stores | 2020 | VLDB |
| 4 | 446 | Monkey: Optimal Navigable Key-Value Store | 2017 | SIGMOD |
| 5 | 789 | Don't Thrash: How to Cache Your Hash on Flash | 2012 | VLDB |
| 6 | 5,542 | Put an Elephant into a Fridge: Optimizing Cache Efficiency for In-memory Key-value Stores | 2020 | VLDB |
| 7 | 857 | SlimDB: A Space-Efficient Key-Value Storage Engine For Semi-Sorted Data | 2017 | VLDB |
| 8 | 10,341 | Analysis and Evaluation of Using Microsecond-Latency Memory for In-Memory Indices and Caches in SSD-Based Key-Value Stores | 2026 | SIGMOD |
| 9 | 2,457 | BlueCache: A Scalable Distributed Flash-based Key-value Store | 2017 | VLDB |
| 10 | 967 | FlashStore: High Throughput Persistent Key-Value Store | 2010 | VLDB |