5.12 InnoDB Memcached Configuration Configuration Metrics

Lists the InnoDB Memcached Configuration configuration metrics and provides a brief description of each.

Table 5.11 InnoDB Memcached Configuration Configuration Metrics

NameDescription
Bk Commit Interval (Total)Specifies how often to auto-commit idle connections that use the InnoDB memcached interface.
Disable Rowlock Enabled (Total)Disables row locks for opvia the InnoDB memcached interface.
Enable Binlog Enabled (Total)Enables binary logging of changes made via the InnoDB Memcached API.
Enable Mdl Enabled (Total)Locks the table used by the InnoDB memcached plugin, so that it cannot be dropped or altered by DDL through the SQL interface.
Engine Lib Name (Total)Specifies the shared library that implements the InnoDB memcached plugin.
Engine Lib Path (Total)The path of the directory containing the shared library that implements the InnoDB memcached plugin.
Options (Total)Space-separated options that are passed to the underlying memcached daemon on startup.
Read Batch Size (Total)Specifies how many memcached read operations (get) to perform before doing a COMMIT to start a new transaction.
Trx Level (Total)Lets you control the transaction isolation level on queries processed by the memcached interface. 0 = READ UNCOMMITTED, 1 = READ COMMITTED, 2 = REPEATABLE READ 3 = SERIALIZABLE.
Write Batch Size (Total)Specifies how many memcached write operations, such as add, set, or incr, to perform before doing a COMMIT to start a new transaction.