Search Results
https://dev.mysql.com/doc/refman/8.4/en/sys-wait-classes-global-by-avg-latency.html
These views summarize wait class average latencies, grouped by event class. An event class is determined by stripping from the event name everything after the first three components. The wait_classes_global_by_avg_latency and ...
https://dev.mysql.com/doc/refman/8.4/en/sys-wait-classes-global-by-latency.html
These views summarize wait class total latencies, grouped by event class. An event class is determined by stripping from the event name everything after the first three components. The wait_classes_global_by_latency and ...
https://dev.mysql.com/doc/refman/8.4/en/sys-waits-by-host-by-latency.html
These views summarize wait events, grouped by host and event. By default, rows are sorted by host and descending total latency. The waits_by_host_by_latency and x$waits_by_host_by_latency views have these columns: host The host from which the ...
https://dev.mysql.com/doc/refman/8.4/en/sys-waits-by-user-by-latency.html
These views summarize wait events, grouped by user and event. By default, rows are sorted by user and descending total latency. The waits_by_user_by_latency and x$waits_by_user_by_latency views have these columns: user The user associated with the ...
https://dev.mysql.com/doc/refman/8.4/en/sys-waits-global-by-latency.html
The waits_global_by_latency and x$waits_global_by_latency views have these columns: events The event name. total_latency The total wait time of timed occurrences of the event. avg_latency The average wait time per timed occurrence of the event.
https://dev.mysql.com/doc/refman/8.4/en/telemetry-metrics-meter-metrics.html
notified_by_group_replication Mysqlx_notified_by_group_replication ASYNC COUNTER Number of Group Replication notifications sent to clients. The following server metrics are registered by default: mysql.stats Metrics mysql.stats.com Metrics ...
https://dev.mysql.com/doc/refman/8.4/en/telemetry-metrics-meters.html
For example, to update the frequency of the mysql.inno metrics: mysql>update performance_schema.setup_meters set FREQUENCY='30' where name = 'mysql.inno'; The maximum number of meter instruments which can be created is set by ...
https://dev.mysql.com/doc/refman/8.4/en/temporary-files.html
(In such cases, lsof +L1 may be helpful in identifying large files associated with mysqld.) When sorting (ORDER BY or GROUP BY), MySQL normally uses one or two temporary files. On Unix, MySQL uses the value of the TMPDIR environment variable as the ...
https://dev.mysql.com/doc/refman/8.4/en/upgrading-from-previous-series.html
The following variables are excepted from this restriction: admin_ssl_ca, admin_ssl_capath, admin_ssl_cert, admin_ssl_cipher, admin_tls_ciphersuites, admin_ssl_key, admin_ssl_crl, admin_ssl_crlpath, basedir, character_sets_dir, ft_stopword_file, ...
https://dev.mysql.com/doc/refman/8.4/en/upgrading-what-is-upgraded.html
Note that following an upgrade with this option, Group Replication cannot be started, because system tables on which the replication internals depend are not updated, and reduced functionality might also be apparent in other areas. Installing a new ...