MyRocks Views

Extending the current catalogs for MyRocks

- 1 min read

MyRocks

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’s inside?

  • SQL


comments powered by Disqus