MariaDB Enterprise Server InnoDB I/O Threads
Learn about the specialized I/O threads in MariaDB Enterprise Server's InnoDB engine that handle asynchronous read and write operations efficiently.
Overview
Feature Summary
Feature
Detail
Resources
Basic Configuration
[mariadb]
...
innodb_read_io_threads=8
innodb_write_io_threads=8SET GLOBAL innodb_read_io_threads=8;
SET GLOBAL innodb_write_io_threads=8;
SHOW GLOBAL VARIABLES
LIKE 'innodb_%_io_threads';Last updated
Was this helpful?

