U1.56 Ubuntu Quick Start (QS): MySQL 8.0.27. Community Edition - chempkovsky/CS2WPF-and-CS2XAMARIN GitHub Wiki

Reading

MySQL Cluster Types

Deploying a Production InnoDB Cluster

Reading

They wrote

  • MySQL Community Edition is the freely downloadable version of the world's most popular open source database. It is available under the GPL license and is supported by a huge and active community of open source developers.
  • The MySQL Community Edition includes:
    • SQL and NoSQL for developing both relational and NoSQL applications
    • MySQL Document Store including X Protocol, XDev API and MySQL Shell
    • Transactional Data Dictionary with Atomic DDL statements for improved reliability
    • Pluggable Storage Engine Architecture (InnoDB, NDB, MyISAM, etc)
    • MySQL Replication to improve application performance and scalability
    • MySQL Group Replication for replicating data while providing fault tolerance, automated failover, and elasticity
    • MySQL InnoDB Cluster to deliver an integrated, native, high availability solution for MySQL
    • MySQL Router for transparent routing between your application and any backend MySQL Servers
    • MySQL Partitioning to improve performance and management of large database applications
    • Stored Procedures to improve developer productivity
    • Triggers to enforce complex business rules at the database level
    • Views to ensure sensitive information is not compromised
    • Performance Schema for user/application level monitoring of resource consumption
    • Information Schema to provide easy access to metadata
    • MySQL Connectors (ODBC, JDBC, .NET, etc) for building applications in multiple languages
    • MySQL Workbench for visual modeling, SQL development and administration

Compare and contrast

MySQL Cluster Types

Deploying a Production InnoDB Cluster