Posts in RocksDB

MyRocks Views

MyRocks is an storage engine available also in MongoDB, focused on performance and space saving. It is a LSM tree, with Bloom filtering for unique keys, providing steady performance in limited amount of cache. Installing can be done through a 5.6 fork, repository here. Installing is easy as importing the sql file into your database. Repository can be found here. What has inside? SQL