Differences in MariaDB Enterprise Server 10.6
MariaDB Enterprise Server is a premium version of MariaDB Community Server that focuses on stability, robustness, and predictability. For more information about MariaDB Enterprise Server in general please look here.
In addition to different release cycle, QA, and etc..., there are also feature differences. MariaDB Enterprise Server has different default settings to be more secure from the start and also only includes features that are fully supported and maintained.
In addition to this there are Enterprise Features and some backported features. The following are features that are in MariaDB Enterprise Server 10.6 but not in MariaDB Community Server 10.6:
Enterprise Features:
Index limit increased to 128 indexes
Slow master shutdown as default
MariaDB Enterprise Cluster (powered by Galera)
XA Support
Non-Blocking operation for DDLs
TLS certificate expiration monitoring
SSL/TLS enabled by default
Dynamic resize of InnoDB redo log
Dynamic change of InnoDB purge threads
Sybase SQL mode for extended aliases
Backported Features:
mariadb-dump option --as-of to dump data as of a given time for system versioned tables
CONVERT_PARTITION / CONVERT_TABLE
Option for SQL thread to limit maximum execution time per query
Allow innodb_undo_tablespaces to be changed after database creation
Make the optimizer handle
UCASE(varchar_col)=...
Easier way to retrieve all users that have privileges on a specific table
Make s3_debug dynamic
Add timezone information to DATE_FORMAT
Autoshrink option for
innodb_data_file_path
system variableNew, Detailed Replication Lag Representation
New Information Schema Table For Password Related Data
GTID binlog events now include the thread ID
Last updated
Was this helpful?