junodb
junodb copied to clipboard
Persistency
Hey, just wondering how Juno is persistent on disk? Thanks
Haven’t dug through the code too much yet, but it seems to use a fork of RocksDB
The article says it currently uses RocksDB but has a pluggable storage implementation to swap it to other storage techs
https://medium.com/paypal-tech/unlocking-the-power-of-junodb-paypals-key-value-store-goes-open-source-ee85f935bdc1
Yes, rocksdb , with db path set in config . https://github.com/paypal/junodb/blob/main/package_config/package/junostorageserv/config/config.toml#L113
@amityahav hope your question is answered.