Skip to content

Commit

Permalink
Accordion: better memory organization for LSM key-value stores
Browse files Browse the repository at this point in the history
Signed-off-by: Zhao Junwang <[email protected]>
  • Loading branch information
zhjwpku committed Mar 26, 2024
1 parent 70a3802 commit 667b6e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/databases/kv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
### Further readings

- [Pipelined Compaction for the LSM-tree][pcp], 2014
- [HashKV: Enabling Efficient Updates in KV Storage via Hashing](/assets/pdfs/hashkv-atc18.pdf), 2018
- [Dostoevsky: Better Space-Time Trade-Offs for LSM-Tree Based Key-Value Stores via Adaptive Removal of Superfluous Merging][dostoevskykv], 2018, [video](https://www.youtube.com/watch?v=fmXgXripmh0)
- [Accordion: better memory organization for LSM key-value stores][accordion], 2018, HBase Memory Improvement
- [LDC: A Lower-Level Driven Compaction Method to Optimize SSD-Oriented Key-Value Stores][ldc], 2019

[rocksdb-cidr17]: optimizing-space-amplification-in-rocksdb.md
Expand All @@ -16,3 +18,4 @@
[ldc]: /assets/pdfs/lower-level-driven-compaction.pdf
[pcp]: /assets/pdfs/pcp_pipelined_compaction_for_lsm_tree.pdf
[dostoevskykv]: https://scholar.harvard.edu/files/stratos/files/dostoevskykv.pdf
[accordion]: https://dl.acm.org/doi/abs/10.14778/3229863.3229873

0 comments on commit 667b6e1

Please sign in to comment.