Discussions
Categories
- 196.7K All Categories
- 2.2K Data
- 235 Big Data Appliance
- 1.9K Data Science
- 449.8K Databases
- 221.5K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 549 MySQL Community Space
- 477 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 532 SQLcl
- 4K SQL Developer Data Modeler
- 186.8K SQL & PL/SQL
- 21.3K SQL Developer
- 295.4K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.1K Development Tools
- 104 DevOps
- 3.1K QA/Testing
- 645.9K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 153 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 17 Java Essentials
- 158 Java 8 Questions
- 85.9K Java Programming
- 79 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.2K Java SE
- 13.8K Java Security
- 203 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 394 LiveLabs
- 37 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.6K Other Languages
- 2.3K Chinese
- 170 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 230 Portuguese
MyRocks Storage Engine for MySQL

Hi All,
We are currently doing some R&D on MyRocks storage engine (wiki: https://en.wikipedia.org/wiki/MyRocks ) and evaluating this storage engine over Innodb. It would be helpful if you can provide your expert advisory on below questions relating to MyRocks Storage Engine for MySQL.
- What versions of Oracle MySQL support with MyRocks Storage Engine i.e. 5.6,5.7, 8.0?
- Do Oracle MySQL provide technical support for MyRocks Storage Engine (on all or any specific MySQL version)?
- Do we have all MySQL Enterprise Features available with MyRocks Storage Engine as we have with Innodb.
- Do we have all MySQL enterprise edition encryption/decryption features (TDE, Innodb tablespace, column-level, a/symmetric key based etc.) available with MyRocks storage engine as well? ... as we have with Innodb storage engine.
- Does MyRocks Storage Engine support Master-Master replication and HA/Clustering feature?
Regards.
Best Answer
-
- What versions of Oracle MySQL support with MyRocks Storage Engine i.e. 5.6,5.7, 8.0?
Oracle does not support MyRocks
- Do Oracle MySQL provide technical support for MyRocks Storage Engine (on all or any specific MySQL version)?
Oracle does not support MyRocks
- Do we have all MySQL Enterprise Features available with MyRocks Storage Engine as we have with Innodb.
No.
- Do we have all MySQL enterprise edition encryption/decryption features (TDE, Innodb tablespace, column-level, a/symmetric key based etc.) available with MyRocks storage engine as well? ... as we have with Innodb storage engine.
No.
- Does MyRocks Storage Engine support Master-Master replication and HA/Clustering feature?
You could build that on top of MyRocks but that is something you would have to do.
If you really need MyRocks, contact your salesperson and let them know plus go to bugs.mysql.com and add you voice to the feature request.
Dave Stokes
MySQL Community Manager
Answers
-
facebook develop and support that third paty mysql database engine myrocks.
You should read the information on the link you posted and the other links it points to, for example MyRocks | A RocksDB storage engine with MySQL | MyRocks , as it answers many of your questions. For example right at the top https://en.wikipedia.org/wiki/MyRocks t says:
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.
An interesting feature of mysql is that one installation can support multiple and different database engines, so you could set it up with innodb AND rocksdb,
-
- What versions of Oracle MySQL support with MyRocks Storage Engine i.e. 5.6,5.7, 8.0?
Oracle does not support MyRocks
- Do Oracle MySQL provide technical support for MyRocks Storage Engine (on all or any specific MySQL version)?
Oracle does not support MyRocks
- Do we have all MySQL Enterprise Features available with MyRocks Storage Engine as we have with Innodb.
No.
- Do we have all MySQL enterprise edition encryption/decryption features (TDE, Innodb tablespace, column-level, a/symmetric key based etc.) available with MyRocks storage engine as well? ... as we have with Innodb storage engine.
No.
- Does MyRocks Storage Engine support Master-Master replication and HA/Clustering feature?
You could build that on top of MyRocks but that is something you would have to do.
If you really need MyRocks, contact your salesperson and let them know plus go to bugs.mysql.com and add you voice to the feature request.
Dave Stokes
MySQL Community Manager