Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-compared.html
While it is possible to use InnoDB tables with NDB Cluster, such tables are not clustered. Due to the differences, some usage scenarios are clearly more suitable for one engine or the other; see Section 25.2.6.2, “NDB and InnoDB Workloads”.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-config-example.html
You may also specify these parameters on the command line when invoking the executables. You may also use a separate [mysql_cluster] section in the cluster my.cnf file for settings to be read and used by all executables: # cluster-specific settings ... To support NDB Cluster, you should update my.cnf as shown in the following ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-data-node-memory-management.html
This ensures that the data node can run in a stable manner without using swap memory, so that NDB can be used for latency-sensitive (realtime) applications. It also holds table rows as they are updated, before the next commit writes them to data ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-configuration.html
Important Once you have started a mysqld process with the ndbcluster and ndb-connectstring parameters in the [mysqld] and [mysql_cluster] sections of the my.cnf file as shown previously, you cannot execute any CREATE TABLE or ALTER TABLE statements ... In this section, we discuss manual configuration of an installed NDB Cluster by creating and editing configuration ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-first-start.html
You should now be ready to work with databases, tables, and data in NDB Cluster. See Section 25.3.5, “NDB Cluster Example with Tables and Data”, for a brief discussion. Starting the cluster is not very difficult after it has been configured.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-linux-rpm.html
This section covers the steps necessary to install the correct executables for each type of NDB Cluster node using RPM packages supplied by Oracle. As an alternative to the method described in this section, Oracle provides MySQL Repositories for ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndb-innodb-workloads.html
A number of major differences in behavior between the NDB and InnoDB storage engines with regard to some common types of database-driven application workloads are shown in the following table:: Table 25.2 Differences between InnoDB and NDB storage ... NDB Cluster has a range of unique attributes that make it ideal to serve applications requiring high availability, fast failover, high throughput, and low ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-error-reporter.html
Options that can be used with ndb_error_reporter are shown in the following table. ndb_error_reporter creates an archive from data node and management node log files that can be used to help diagnose bugs or other problems with a cluster. It is ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-perror.html
The following table includes all options that are specific to the NDB Cluster program ndb_perror. ndb_perror shows information about an NDB error, given its error code. This includes the error message, the type of error, and whether the error is ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-print-frag-file.html
Each fragment file contains records of the fragments belonging to each NDB table. It is intended for use in helping to diagnose issues with data node restarts. For more information about cluster fragment files, see NDB Cluster Data Node File System ...