lass-lab / CAZA

Zone allocation Scheme for better Garbage Collection in LSM-based Key-Value Store on ZNS
GNU General Public License v2.0
6 stars 1 forks source link

How to run CAZA #2

Open attack204 opened 8 months ago

attack204 commented 8 months ago

In the latest version of ZenFS, ZenFS is integrated into Rocksdb as a plugin, but it seems that CAZA is not like that. Could you please provide a running script for CAZA ?

LeeHeeRock commented 8 months ago

CAZA was implemented based on the initial version of ZenFS, which had not been integrated into a RocksDB plugin https://github.com/facebook/rocksdb/pull/7626

However, I recently discovered that the latest commit is not executable. I am hopeful that we can offer corrected code aligned with the submitted paper, along with a runnable script as soon as possible.