Search Results
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-informationschema-category.html
Table 7.13 Information Schema Configuration Metrics NameDescriptionStats Expiry Expiration setting (in seconds) for cached table statistics. Lists the Information Schema configuration metrics and provides a brief description of each.
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-innodbmemcachedconfiguration-category.html
Table 7.16 InnoDB Memcached Configuration Configuration Metrics NameDescriptionBk Commit Interval Specifies how often to auto-commit idle connections that use the InnoDB memcached interface. Enable Mdl Enabled Locks the table used by the InnoDB ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-insertdelayed-category.html
Table 7.17 Insert Delayed Configuration Metrics NameDescriptionInsert Limit After inserting delayed_insert_limit delayed rows, the INSERT DELAYED handler thread checks whether there are any SELECT statements pending. Queue Size This is a per-table ... Lists the Insert Delayed configuration metrics and provides a brief description of ...
Oracle Enterprise Manager for MySQL Database User's Guide :: 7.38 Transactions Configuration Metrics
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-transactions-category.html
If set to 1, all changes to a table take effect immediately. Lists the Transactions configuration metrics and provides a brief description of each. If set to 0, you must use COMMIT to accept a transaction or ROLLBACK to cancel it. Completion Type ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-innodb-adaptivehashactivity-category.html
Table 6.10 InnoDB Adaptive Hash Activity Metrics NameDescriptionHash Node Heap The total number of (16Kb) pages allocated to the InnoDB adaptive hash index. Hash Table Size The total number of array cells allocated to the InnoDB adaptive hash index.
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-innodb-threadactivity-category.html
Table 6.17 InnoDB Thread Activity Metrics NameDescriptionMain Thd Log Flush Writes (Delta) The number of times InnoDB redo logs are written and synced to disk by the source thread. Main Thd Loops One Sec (Delta) The number of times the InnoDB main ... Lists the InnoDB Thread Activity metrics and provides a brief description of ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-sysschema-ioglobalbyfilebylatency-category.html
The following table lists the Sys Schema IO Global By File By Latency metrics and provides a brief description of each. Table 6.35 Sys Schema IO Global By File By Latency Metrics NameDescriptionCount Misc The total number of other IO events for the ...Count Read The total number of read IO events for the ...
A Quick Guide to Using the MySQL SLES Repository :: A Quick Guide to Using the MySQL SLES Repository
https://dev.mysql.com/doc/mysql-sles-repo-quick-guide/en/index.html
mysql_upgrade also performs other functions; see mysql_upgrade — Check and Upgrade MySQL Tables for details. Note After upgrading from MySQL 5.6 to 5.7, if you have problem connecting to the server as root (which will make it impossible to run ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-connection-pool.html
The value for the pooling key is another set of key-value pairs containing any combination of the keys described in the following table: Table 2.1 Options for Configuring a Connection Pool Option Meaning Default enabled Connection pooling enabled.
https://dev.mysql.com/doc/x-devapi-userguide/en/result-set-classes.html
The different types of results are outlined in the following table. The type of result returned depends on the operation that was executed. SqlResult session.sql().execute() Number of rows affected by the operation, auto generated document IDs, last ...