Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-locks-per-fragment.html
The locks_per_fragment table provides information about counts of lock claim requests, and the outcomes of these requests on a per-fragment basis, serving as a companion table to operations_per_fragment and memory_per_fragment. This table also ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-autotune.html
realtime: Maximize performance while maximizing sensitivity to timeouts in order to minimize the time needed to detect failed cluster processes. autotune [--dryrun] [--sequential-restart] [--writeload=writeload] template cluster_name writeload: ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-formats.html
Elements following that one represent events such as client connect and disconnect events, executed SQL statements, and so forth. <AUDIT_RECORD> <TIMESTAMP>2019-10-03T14:09:38 UTC</TIMESTAMP> <RECORD_ID>6_2019-10-03T14:06:33</RECORD_ID> ... The ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlbinlog.html
To read remote binary logs, the connection parameter options can be given to indicate how to connect to the server. mysqlbinlog's own connection compression does less if transaction payloads are already compressed, but still operates on uncompressed ... The server's binary log consists of files containing “events” that describe modifications to database ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlslap.html
--compression-algorithms=value Command-Line Format --compression-algorithms=value Type Set Default Value uncompressed Valid Values zlibzstduncompressed The permitted compression algorithms for connections to the server. --detach=N Command-Line ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlshow.html
--bind-address=ip_address Command-Line Format --bind-address=ip_address On a computer having multiple network interfaces, use this option to select which interface to use for connecting to the MySQL server. --compression-algorithms=value ... The ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlcheck.html
--skip-write-binlog adds NO_WRITE_TO_BINLOG to these statements --zstd-compression-level Compression level for connections to server that use zstd compression --help, -? Command-Line Format --help Display a help message and exit. The mysqlcheck ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-transporters.html
Notes For each running data node in the cluster, the transporters table displays a row showing the status of each of that node's connections with all nodes in the cluster, including itself. This information is shown in the table's status column, ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlimport.html
--bind-address=ip_address Command-Line Format --bind-address=ip_address On a computer having multiple network interfaces, use this option to select which interface to use for connecting to the MySQL server. --compression-algorithms=value ... The ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-high-availability-and-clustering.html
Default Value 120 Since Version 5.1.6 initialTimeout If 'autoReconnect' is enabled, the initial time to wait between re-connect attempts (in seconds, defaults to "2"). Default Value com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker Since ...