mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
5d3b805292
Enable functionality to have multiple background io helper threads. This patch is based on percona contributions. More details about this patch will be written at: https://svn.innodb.com/innobase/MultipleBackgroundThreads The patch essentially does the following: expose following knobs: innodb_read_io_threads = [1 - 64] default 1 innodb_write_io_threads = [1 - 64] default 1 deprecate innodb_file_io_threads (this parameter was relevant only on windows) Internally it allows multiple segments for read and write IO request arrays where one thread works on one segement. Submitted by: Inaam (rb://124) Approved by: Heikki (rb://124) |
||
---|---|---|
.. | ||
srv0que.c | ||
srv0srv.c | ||
srv0start.c |