MyRocks

MyRocks
Developer(s) Facebook
Initial release 2015 (2015)
Repository github.com/facebook/mysql-5.6
Development status production
Written in C++
Type Database engine
License GPL 2.0
Website myrocks.io

MyRocks is open-source software developed at Facebook in order to use MySQL features with RocksDB implementations. It is based on Oracle MySQL 5.6.

Percona is making MyRocks more accessible to users by bringing it to Percona Server.[1] MariaDB 10.2 will include MyRocks.[2]

The library is maintained by the Facebook Database Engineering Team.

Features

RocksDB is optimized for fast, low-latency storage, and MyRocks is aimed at keeping the storage savings efficient.

MyRock’s efficiency focuses on better space efficiency, better write efficiency, and better read efficiency.[3]

Benchmarks

Benchmark tests against 3 different instances – MyRocks (compressed), InnoDB (uncompressed), and InnoDB (compressed, 8 KB page size) – found:[3]

With SSD database storage, this means less space used and a higher endurance of the storage over time.

Support Platforms

The officially supported subset of platforms are:

Compiler toolsets we verify our builds with:

Best effort is made to support the following OSs:

See also

References

  1. "Announcing MyRocks in Percona Server for MySQL". Percona Database Performance Blog. 2016-10-24. Retrieved 2017-01-06.
  2. "Thoughts on MariaDB Server 10.3 from MariaDB Developers Meeting in Amsterdam, part 1 - MariaDB.org". MariaDB.org. 2016-10-10. Retrieved 2017-01-06.
  3. 1 2 "MyRocks: A space- and write-optimized MySQL database". Facebook Code. Retrieved 2017-01-06.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.