PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 297.2Kb
Man Pages (Zip)
- 402.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-disk-data-objects.html
You cannot add an index to a column that has been explicitly declared STORAGE DISK, without first changing its storage type to MEMORY; any attempt to do so fails with an error. NDB Cluster Disk Data storage is implemented using the following ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-disk-data.html
For information about these parameters and their effects, see Disk Data Configuration Parameters, and Disk Data and GCP Stop errors. NDB Cluster supports storing nonindexed columns of NDB tables on disk, rather than in RAM. Column data and logging ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-install-configuration.html
In this section, we discuss manual configuration of an installed NDB Cluster by creating and editing configuration files. For our four-node, four-host NDB Cluster (see Cluster nodes and host computers), it is necessary to write four configuration ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-install-example-data.html
mysqli_connect_error()); $query = "SELECT Name, Population FROM City ORDER BY Population DESC LIMIT 5"; # if no errors... Note The information in this section applies to NDB Cluster running on both Unix and Windows platforms. Working with database ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-install-linux-rpm.html
This section covers the steps necessary to install the correct executables for each type of NDB Cluster 8.0 node using RPM packages supplied by Oracle. As an alternative to the method described in this section, Oracle provides MySQL Repositories ...
https://dev.mysql.com/doc/refman/8.0/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/8.0/en/mysql-cluster-limitations-database-objects.html
In addition, the maximum offset for a fixed-width column of an NDB table is 8188 bytes; attempting to create a table that violates this limitation fails with NDB error 851 Maximum offset for fixed-size columns exceeded. Some database objects such ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-limitations-resolved.html
In NDB 7.6 and earlier, when using the NDB storage engine, the maximum allowed length both for database names and for table names was 63 bytes, and a statement using a database name or table name longer than this limit failed with an appropriate ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-logs-ndb-messages.html
This section contains information about the messages written to the cluster log in response to different cluster log events.
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-mgm-client-commands.html
The list must contain no duplicate IDs; beginning with NDB 8.0.26, the presence of any duplicates causes the command to return an error. In addition to the central configuration file, a cluster may also be controlled through a command-line ...