You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
rocksdb/docs/_posts/2015-04-22-integrating-rock...

902 B

title layout author category redirect_from
Integrating RocksDB with MongoDB post icanadi blog [/blog/1967/integrating-rocksdb-with-mongodb-2/]

Over the last couple of years, we have been busy integrating RocksDB with various services here at Facebook that needed to store key-value pairs locally. We have also seen other companies using RocksDB as local storage components of their distributed systems.

The next big challenge for us is to bring RocksDB storage engine to general purpose databases. Today we have an exciting milestone to share with our community! We're running MongoDB with RocksDB in production and seeing great results! You can read more about it here: http://blog.parse.com/announcements/mongodb-rocksdb-parse/

Keep tuned for benchmarks and more stability and performance improvements.