DKU-StarLab / leveldb-study

LevelDB Analysis, Backgrounds, Practice and Tuning
https://sslab.dankook.ac.kr/leveldb-wiki/
35 stars 15 forks source link

[Tuning Contest] YCSB LevelDB Option Update #44

Closed min-guk closed 2 years ago

min-guk commented 2 years ago

image

I updated YCSB-cpp to add previously unsupported leveldb options. Now, You can modify all options of leveldb and run benchmarks without additional build.

Please, follow the description written in below link.

Thanks.