Skip to content
  • Mayank Prasad's avatar
    92d05db7
    wl#13115 : InnoDB: Add new option to control write IOPs when idle · 92d05db7
    Mayank Prasad authored
      Added a new server variable :
      Name     : innodb_idle_flush_pct
      Default  : 100
      Scope    : global
      Dynamic  : yes
    
      Using this server variable user can configure how much dirty pages
      to be flushed during idle period. Before this WL, all the dirty
      pages were tried to be flushed.
    
      RB : 22166
      Reviewd By : yasufumi.kinoshita@oracle.com
    92d05db7
    wl#13115 : InnoDB: Add new option to control write IOPs when idle
    Mayank Prasad authored
      Added a new server variable :
      Name     : innodb_idle_flush_pct
      Default  : 100
      Scope    : global
      Dynamic  : yes
    
      Using this server variable user can configure how much dirty pages
      to be flushed during idle period. Before this WL, all the dirty
      pages were tried to be flushed.
    
      RB : 22166
      Reviewd By : yasufumi.kinoshita@oracle.com
Loading