Skip to content

Commit

Permalink
LDC: A Lower-Level Driven Compaction Method to Optimize SSD-Oriented …
Browse files Browse the repository at this point in the history
…Key-Value Stores

Signed-off-by: Zhao Junwang <[email protected]>
  • Loading branch information
zhjwpku committed Mar 19, 2024
1 parent edfdde8 commit 1bde5b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added src/assets/pdfs/lower-level-driven-compaction.pdf
Binary file not shown.
5 changes: 5 additions & 0 deletions src/databases/kv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
- **[Evolution of Development Priorities in Key-value Stores Serving Large-scale Applications: The RocksDB Experience][fast21-dong], 2021 [a slightly more detailed version](/assets/pdfs/rocksdb-evolution-2021.pdf)**
- **[WiscKey: Separating Keys from Values in SSD-Conscious Storage][wisckey], 2016**

### Further readings

- [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

0 comments on commit 1bde5b9

Please sign in to comment.