Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BilyZ98 authored Jun 21, 2024
1 parent 60f37fc commit b01ef0e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ Test YCSB workload for different skewness
cd ../tools && ./call_run_blob_multiple_ycsba.sh zipfian-ycsba-default
```

## Paper link
[DumpKV: Learning based lifetime aware garbage collection for key value separation in LSM-tree](https://arxiv.org/pdf/2406.01250)
Cite our paper if it's helpful to your work
```
@misc{zhuang2024dumpkv,
title={DumpKV: Learning based lifetime aware garbage collection for key value separation in LSM-tree},
author={Zhutao Zhuang and Xinqi Zeng and Zhiguang Chen},
year={2024},
eprint={2406.01250},
archivePrefix={arXiv},
primaryClass={id='cs.DB' full_name='Databases' is_active=True alt_name=None in_archive='cs' is_general=False description='Covers database management, datamining, and data processing. Roughly includes material in ACM Subject Classes E.2, E.5, H.0, H.2, and J.1.'}
}
```

See the [github wiki](https://github.com/facebook/rocksdb/wiki) for more explanation.

Expand Down

0 comments on commit b01ef0e

Please sign in to comment.