Documentation Home
Oracle Enterprise Manager for MySQL Database User's Guide
Download this Manual
PDF (US Ltr) - 0.7Mb
PDF (A4) - 0.7Mb


Oracle Enterprise Manager for MySQL Database User's Guide  /  Configuration Metrics  /  InnoDB Memcached Configuration Configuration Metrics

7.15 InnoDB Memcached Configuration Configuration Metrics

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

Table 7.15 InnoDB Memcached Configuration Configuration Metrics

NameDescription
Bk Commit IntervalSpecifies how often to auto-commit idle connections that use the InnoDB memcached interface.
Disable Rowlock EnabledDisables row locks for op via the InnoDB memcached interface.
Enable Binlog EnabledEnables binary logging of changes made via the InnoDB Memcached API.
Enable Mdl EnabledLocks the table used by the InnoDB memcached plugin, so that it cannot be dropped or altered by DDL through the SQL interface.
Engine Lib NameSpecifies the shared library that implements the InnoDB memcached plugin.
Engine Lib PathThe path of the directory containing the shared library that implements the InnoDB memcached plugin.
OptionsSpace-separated options that are passed to the underlying memcached daemon on startup.
Read Batch SizeSpecifies how many memcached read operations (get) to perform before doing a COMMIT to start a new transaction.
Trx LevelLets 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 SizeSpecifies how many memcached write operations, such as add, set, or incr, to perform before doing a COMMIT to start a new transaction.