• vasil's avatar
    branches/zip: · 5d3b8052
    vasil authored
    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)
    5d3b8052
srv0start.c 52.9 KB