Performance of rocksdb-cloud

Has anyone made any benchmarks on rocksdb-cloud ? How does it perform on random read compared with rocksdb running on local disk?

1 Like

Hi yingfeng,

We use rocksdb-cloud primarily to achieve durability on the write path. Reads are fronted by a SSD-cache and memory cache, so as long as your working set fits in the cache, you would see rocksdb-cloud’s read performance match most of the performance results published with vanilla rocksdb.

Thanks!

1 Like