Browse Source
branches/zip:
branches/zip:
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)pull/73/head
6 changed files with 99 additions and 51 deletions
-
16handler/ha_innodb.cc
-
26include/os0file.h
-
4include/srv0srv.h
-
61os/os0file.c
-
4srv/srv0srv.c
-
39srv/srv0start.c
Write
Preview
Loading…
Cancel
Save
Reference in new issue