Comparison

MariaDB Enterprise Server vs. MariaDB Community Server

MariaDB Enterprise Platform

The MariaDB Enterprise Platform is available on-premises and on the MariaDB SkySQL DBaaS (Cloud database platform). MariaDB Enterprise Platform consists of:

MariaDB Enterprise Server (MariaDB database server)

MariaDB Xpand (distributed database, scaling writes, former ClustrixDB)

MariaDB Enterprise ColumnStore (former InfiniDB used for data warehouse (DWH), BI, Reporting)

MariaDB MaxScale (Load Balancer)

MariaDB Connectors

  • MariaDB Connector/C++
  • MariaDB Connector/R2DBC (Reactive …

New Features in MySQL and MariaDB

As you probably know MySQL is an Open Source product licensed under the GPL v2. The GPL grants you the right to not just read and understand the code of the product but also to use, modify AND redistribute the code as long as you follow the GPL rules.

This redistribution has happened in the past various times. But in the western hemisphere only 3 of these branches/forks of MySQL are of relevance for the majority of the MySQL users: Galera Cluster for MySQL, MariaDB (Server and Galera Cluster) and Percona …

Comparing MySQL, MariaDB and Percona Server

MySQLPerconaMariaDB
CompanyOracle Corp.
(former MySQL AB)
Percona LLCMariaDB Corp.
(former SkySQL)
FromDual supportOk-icon.pngOk-icon.pngOk-icon.png
GA versions5.5, 5.65.5, 5.65.5, 10.0
Galera Clustersupportedsupportedsupported
LicenseGPL, commercial (OEM!)GPLGPL, LGPL, BSD
AncestryMother of allBranch of actual releaseFork of MySQL 5.5
Storage EnginesArchive, Blackhole, CSV, Federated (disabled), InnoDB (default), Memory, MyISAMArchive, Blackhole, CSV, Federated (disabled), InnoDB (default), …
Subscribe to RSS - Comparison