MySQL 8 vs MariaDB 10.4
MySQL 8 | MariaDB 10.4 | |
Storage Engines |
|
Default Installation (8)
Plugins (6)
|
Clustering Options | InnoDB Cluster which consists of:
|
MariaDB Galera Cluster:
|
Routing & Proxy |
|
|
Security and Encryption | (Data-at-Rest) Encryption
|
(TDE) Transparent Data Encryption
Key Management and Encryption Plugin
|
Security and Encryption – HC Vault |
In MySQL 8.0.18 available as an Enterprise plugin
3rd Party
|
MariaDB 10.4 has a feature request |
Data Masking | MySQL Enterprise Data Masking and De-Identification [EE only feature]
3rd Party:
|
Data masking by using MaxScale proxy |
Auditing | MySQL Enterprise Audit [EE]
3rd Party
|
MariaDB Audit Plugin |
Backup and Recovery |
3rd Party
|
3rd Party
|
Key Default Variables | innodb_autoinc_lock_mode=2
log_bin=ON max_allowed_packet=64M open_files_limit=10000 Query cache removed: table_open_cache_instances=16 table_open_cache=4000 thread_cache_size=9 binlog_format=ROW binlog_group_commit_sync_delay DEPRECATED log_slave_updates=ON sync_binlog=1 sql_mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES, |
innodb_autoinc_lock_mode=1
log_bin=OFF max_allowed_packet=16M open_files_limit=4186 query_cache_type=off table_open_cache_instances=8 table_open_cache=2000 thread_cache_size=151 binlog_format=MIXED — innodb_locks_unsafe_for_binlog log_slave_updates=OFF sync_binlog=0 sql_mode=STRICT_TRANS_TABLES, |
MySQL 8 vs MariaDB 10.4
최신 댓글