Skip to content

Commit

Permalink
Characterizing, Modeling, and Benchmarking RocksDB Key-Value Workload…
Browse files Browse the repository at this point in the history
…s at Facebook

Signed-off-by: Zhao Junwang <[email protected]>
  • Loading branch information
zhjwpku committed Mar 27, 2024
1 parent 667b6e1 commit 623ae0f
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 @@ -11,6 +11,8 @@
- [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
- [Characterizing, Modeling, and Benchmarking RocksDB Key-Value Workloads at Facebook][fast20-cao_zhichao], 2020


[rocksdb-cidr17]: optimizing-space-amplification-in-rocksdb.md
[fast21-dong]: /assets/pdfs/fast21-dong.pdf
Expand All @@ -19,3 +21,4 @@
[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
[fast20-cao_zhichao]: https://www.usenix.org/system/files/fast20-cao_zhichao.pdf

0 comments on commit 623ae0f

Please sign in to comment.