Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-config-starting.html
LockPagesInMainMemory=1 # On Linux and Solaris systems, setting this parameter locks data node # processes into memory. Changes in configuration are also likely to be indicated when changes are made in the platform on which the cluster is run, or in ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-connection-strings.html
Write the connection string for each executable into a text file named Ndb.cfg and place this file in the executable's startup directory. With the exception of the NDB Cluster management server (ndb_mgmd), each node that is part of an NDB Cluster ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-windows-binary.html
You should also have the MySQL client (mysql.exe) on this host. For management nodes and data nodes, it is not necessary to install the MySQL Server binary; however, each management node requires the management server daemon (ndb_mgmd.exe); each ...
https://dev.mysql.com/doc/refman/8.4/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.4/en/mysql-cluster-log-events.html
An event report reported in the event logs has the following format: datetime [string] severity -- message For example: 09:19:30 2005-07-24 [NDB] INFO -- Node 4 Start phase 4 completed This section discusses all reportable events, ordered by ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-management.html
The first of these is through the use of commands entered into the management client whereby cluster status can be checked, log levels changed, backups started and stopped, and nodes stopped and started. Managing an NDB Cluster involves a number of ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-restart-info.html
Each entry in the table corresponds to a node restart status report in real time from a data node with the given node ID. Only the most recent report for any given node is shown. The restart_info table contains the following columns: node_id Node ID ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-nodes-groups.html
Figure 25.2 NDB Cluster with Two Node Groups The data stored by the cluster is divided into four partitions, numbered 0, 1, 2, and 3. This section discusses the manner in which NDB Cluster divides and duplicates data for storage. A number of ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-online-operations.html
REORGANIZE PARTITION, ALGORITHM=INPLACE with no partition_names INTO (partition_definitions) option on NDB tables. MySQL NDB Cluster supports online table schema changes using ALTER TABLE ... NDB Cluster handles COPY and INPLACE as described in the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-quick.html
To familiarize you with the basics, we describe the simplest possible configuration for a functional NDB Cluster. After this, you should be able to design your desired setup from the information provided in the other relevant sections of this ...