Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
MySQL 8.4 has changed some defaults, check if this is applicable for MariaDB as well.
It affects the variables:
innodb_log_file_size = #cpu/2 * 1G (if innodb_dedicated_server = ON)
--> MariaDB 2 - 4 Gbyte instead of 96M (but mechanism may be different in MariaDB?)
innodb_io_capacity = 10000
--> MariaDB 200
innodb_io_capacity_max = 2 x innodb_io_capacity
--> MariaDB 2000
Source: https://docs.oracle.com/cd/E17952_01/mysql-8.4-en/mysql-nutshell.html
Attachments
Issue Links
- relates to
-
MDEV-19895 Support "autoset" in SET GLOBAL for AUTO_SET system variables
- Open