Skip to content

Commit

Permalink
Dostoevsky: Better Space-Time Trade-Offs for LSM-Tree Based Key-Value…
Browse files Browse the repository at this point in the history
… Stores via Adaptive Removal of Superfluous Merging

Signed-off-by: Zhao Junwang <[email protected]>
  • Loading branch information
zhjwpku committed Mar 24, 2024
1 parent 191d2e7 commit 24fa420
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/databases/kv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
### Further readings

- [Pipelined Compaction for the LSM-tree][pcp], 2014
- [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)
- [LDC: A Lower-Level Driven Compaction Method to Optimize SSD-Oriented Key-Value Stores][ldc], 2019

[rocksdb-cidr17]: optimizing-space-amplification-in-rocksdb.md
[fast21-dong]: /assets/pdfs/fast21-dong.pdf
[wisckey]: wisckey.md
[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

0 comments on commit 24fa420

Please sign in to comment.