Incompatibilities and Feature Differences Between MariaDB 10.11 and MySQL 8.0
MariaDB maintains high levels of compatibility with MySQL, and most applications that use MySQL will work seamlessly with MariaDB. However, take note of the following incompatibilities and feature differences between MariaDB 10.11 and MySQL 8.0. It is based on the versions MySQL 8.0.32 and MariaDB 10.11.2. Note that MySQL 8 is an 'evergreen' release, so features may be added or removed in later releases.
Storage Engines
In addition to the standard , , , , , , and storage engines, the following are also available with MariaDB 10.11:
utilizes a massively parallel distributed data architecture and is designed for big data scaling to process petabytes of data.
, a storage engine with great compression
allows one to archive MariaDB tables in Amazon S3, or any third-party public or private cloud that implements S3 API.
Extensions and New Features
The most notable , but not in MySQL, are:
is a standard part of MariaDB Server.
in the form of:
(allow you to query and operate on historic data).
Incompatibilities
When moving from MySQL 8.0 to , please take note of the following incompatibilities:
For a list of function differences, see .
For a list of system variable differences, see .
For protocol differences, see .
This page is licensed: CC BY-SA / Gnu FDL