PDF (US Ltr)
        - 43.3Mb
                                PDF (A4)
        - 43.4Mb
                                Man Pages (TGZ)
        - 297.1Kb
                                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-importing-data.html
                                 It is common when setting up a new instance of NDB Cluster to need to import data from an existing NDB Cluster, instance of MySQL, or other source. This data is most often available in one or more of the following formats: An SQL dump file such as ...
                                            
                https://dev.mysql.com/doc/refman/8.0/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/8.0/en/mysql-cluster-install-windows-initial-start.html
                                 Once the NDB Cluster executables and needed configuration files are in place, performing an initial start of the cluster is simply a matter of starting the NDB Cluster executables for all nodes in the cluster. Each cluster node process must be ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-limitations-exclusive-to-cluster.html
                                 The following are limitations specific to the NDB storage engine: Machine architecture. All machines used in the cluster must have the same architecture. That is, all machines hosting nodes must be either big-endian or little-endian, and you cannot ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-limitations-resolved.html
                                 A number of limitations and related issues that existed in earlier versions of NDB Cluster have been resolved in NDB 8.0. These are described briefly in the following list: Database and table names. In NDB 7.6 and earlier, when using the NDB ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-limitations-syntax.html
                                 Some SQL statements relating to certain MySQL features produce errors when used with NDB tables, as described in the following list: Temporary tables. Trying either to create a temporary table that uses the NDB storage engine or to alter an ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-logs-cluster-log.html
                                 The following table lists the most common NDB cluster log messages. For information about the cluster log, log events, and event types, see Section 25.6.3, “Event Reports Generated in NDB Cluster”. These log messages also correspond to log ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-mysqld.html
                                To be used with NDB Cluster, mysqld needs to be built with support for the NDB storage engine, as it is in the precompiled binaries available from https://dev.mysql.com/downloads/. If you build MySQL from source, you must invoke CMake with the ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndb-api-statistics.html
                                 A number of types of statistical counters relating to actions performed by or affecting Ndb objects are available. Such actions include starting and closing (or aborting) transactions; primary key and unique key operations; table, range, and pruned ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndb-innodb-engines.html
                                 The NDB storage engine is implemented using a distributed, shared-nothing architecture, which causes it to behave differently from InnoDB in a number of ways. For those unaccustomed to working with NDB, unexpected behaviors can arise due to its ...