Skip to the content.

innodb_write_io_threads

InnoDB의 쓰기 작업을 위한 I/O Thread 개수 설정

https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_write_io_threads


확인

SHOW VARIABLES WHERE VARIABLE_NAME LIKE 'innodb_write_io_threads';
/*
+-------------------------+-------+
| Variable_name           | Value |
+-------------------------+-------+
| innodb_write_io_threads | 4     |
+-------------------------+-------+
1 row in set (0.01 sec)
*/


관련 내용


관련 파라미터