PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 296.6Kb
Man Pages (Zip)
- 402.0Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbinfo-server-transactions.html
The transaction ID (transid) is a unique 64-bit number which can be obtained using the NDB API's getTransactionId() method. The server_transactions table is subset of the cluster_transactions table, but includes only those transactions in which the ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbinfo-transporter-details.html
This table contains information about individual NDB transporters, rather than aggregate information as shown by the transporters table. sendbuffer_used_bytes The amount, in bytes, of signal data currently awaiting send by this transporter.
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbinfo-transporters.html
In NDB 8.0.37 and later, you can obtain similar information about individual transporters from the transporter_details table. This information is shown in the table's status column, which can have any one of the following values: CONNECTING, ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-online-add-node-remarks.html
This redistribution does not currently include unique indexes (only ordered indexes are redistributed). This section provides general information about the behavior of and current limitations in adding NDB Cluster nodes online. The ability to add ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-params-api.html
NodeId: Number uniquely identifying SQL node or API node among all nodes in cluster. The listing in this section provides information about parameters used in the [mysqld] and [api] sections of a config.ini file for configuring NDB Cluster SQL ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-params-mgmd.html
NodeId: Number uniquely identifying management node among all nodes in cluster. The listing in this section provides information about parameters used in the [ndb_mgmd] or [mgm] section of a config.ini file for configuring NDB Cluster management ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-params-other.html
The listings in this section provide information about parameters used in the [computer], [tcp], and [shm] sections of a config.ini file for configuring NDB Cluster. For detailed descriptions and additional information about individual parameters, ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-mgmd.html
In the list that follows, node_id is the unique node identifier. The management server is the process that reads the cluster configuration file and distributes this information to all nodes in the cluster that request it. Management clients can ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-show-tables.html
--type, -t Can be used to restrict the output to one type of object, specified by an integer type code as shown here: 1: System table 2: User-created table 3: Unique hash index Any other value causes all NDB database objects to be listed (the ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndbd.html
The ndbd binary provides the single-threaded version of the process that is used to handle all the data in tables employing the NDBCLUSTER storage engine. This data node process enables a data node to accomplish distributed transaction handling, ...