PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.3Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-compared.html
While it is also true that some types of common business applications can be run either on NDB Cluster or on MySQL Server (most likely using the InnoDB storage engine), there are some important architectural and implementation differences. MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-computer-definition.html
Important The computer ID is not the same as the node ID used for a management, API, or data node. The [computer] section has no real significance other than serving as a way to avoid the need of defining host names for each node in the system. Id ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-configuration-overview.html
Important Values for numeric cluster parameters can generally be increased without any problems, although it is advisable to do so progressively, making such adjustments in relatively small increments. Each of the node parameter tables lists the ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-disk-data-storage-requirements.html
Important Starting the cluster with the --initial option does not remove Disk Data files. The following items apply to Disk Data storage requirements: Variable-length columns of Disk Data tables take up a fixed amount of space. For each row, this ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-general-info.html
(Locations where the sources can be obtained are listed later in this section.) Important MySQL NDB Cluster does not support InnoDB Cluster, which must be deployed using MySQL Server 5.7 with the InnoDB storage engine as well as additional ... MySQL ...
https://dev.mysql.com/doc/refman/5.7/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/5.7/en/mysql-cluster-install-linux-source.html
This section provides information about compiling NDB Cluster on Linux and other Unix-like platforms. Building NDB Cluster from source is similar to building the standard MySQL Server, although it differs in a few key respects discussed here. For ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-windows-initial-start.html
Important An NDB Cluster management node caches the configuration data that it reads from config.ini; once it has created a configuration cache, it ignores the config.ini file on subsequent starts unless forced to do otherwise. Once the NDB Cluster ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-windows-service.html
Important When installing an NDB Cluster program as a Windows service, you should always specify the complete path; otherwise the service installation may fail with the error The system cannot find the file specified. Once you are satisfied that ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-windows-source.html
(WITH_NDBCLUSTER_STORAGE_ENGINE is supported as an alias.) Important The WITH_NDB_JAVA option is enabled by default. Oracle provides precompiled NDB Cluster binaries for Windows which should be adequate for most users. However, if you wish, it is ...