Enum ConfigurationVariables.InnodbChangeBuffering

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<ConfigurationVariables.InnodbChangeBuffering>
    Enclosing class:
    ConfigurationVariables

    public static enum ConfigurationVariables.InnodbChangeBuffering
    extends Enum<ConfigurationVariables.InnodbChangeBuffering>
    implements BmcEnum
    Whether InnoDB performs change buffering, an optimization that delays write operations to secondary indexes so that the I/O operations can be performed sequentially.

    Permitted values are described in the following table. Values may also be specified numerically.

    innodbChangeBuffering corresponds to the MySQL InnoDB Startup Options and System Variables [innodb_change_buffering] (https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_change_buffering).