How to enable CacheLib as a secondary cache of RocksDB? #244
-
Noticed that FB has open sourced the CacheLib implementation of Secondary Cache of RocksDB, but how can I integrate it into RocksDB? Could someone be kind enough to write a README with instructions on how to compile and enable it(such as running db_bench in RocksDB with a Secondary Cache pointing to CacheLib)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
AFAICT, @mrambacher was working on it in #184 It seems to be still WIP, but I think you can find the example and also README as well. Also, please refer to https://rocksdb.org/blog/2021/05/27/rocksdb-secondary-cache.html and rocksdb issues like facebook/rocksdb#8347 (CC @anand1976 ) |
Beta Was this translation helpful? Give feedback.
Hi @DarthVaderSCY
AFAICT, @mrambacher was working on it in #184 It seems to be still WIP, but I think you can find the example and also README as well.
Also, please refer to https://rocksdb.org/blog/2021/05/27/rocksdb-secondary-cache.html and rocksdb issues like facebook/rocksdb#8347 (CC @anand1976 )