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: 2 comments 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.
-
|
Closing this discussion as it has been inactive. If this is still relevant, then please create a new discussion post and we will get back to you as soon as we can. Thank you! |
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 )