junodb icon indicating copy to clipboard operation
junodb copied to clipboard

Persistency

Open amityahav opened this issue 1 year ago • 5 comments

Hey, just wondering how Juno is persistent on disk? Thanks

amityahav avatar May 20 '23 22:05 amityahav

Haven’t dug through the code too much yet, but it seems to use a fork of RocksDB

ehmo avatar May 21 '23 02:05 ehmo

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

justinfx avatar May 21 '23 02:05 justinfx

Yes, rocksdb , with db path set in config . https://github.com/paypal/junodb/blob/main/package_config/package/junostorageserv/config/config.toml#L113

NeetishPathak avatar May 22 '23 16:05 NeetishPathak

@amityahav hope your question is answered.

varuntechie avatar May 22 '23 16:05 varuntechie

@amityahav, more details in articles about JunoDB:

gmarcial avatar May 22 '23 20:05 gmarcial