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-basics.html
For more information about the files and directories created by local checkpoints and global checkpoints, see NDB Cluster Data Node File System Directory. NDBCLUSTER (also known as NDB) is an in-memory storage engine offering high-availability and ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-install-linux-source.html
In Section 25.3.3, “Initial Configuration of NDB Cluster”, we create configuration files for all of the nodes in our example NDB Cluster. This section provides information about compiling NDB Cluster on Linux and other Unix-like platforms.
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-install-linux.html
Regardless of the method used, it is still necessary following installation of the NDB Cluster binaries to create configuration files for all cluster nodes, before you can start the cluster. This section covers installation methods for NDB Cluster ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-install-windows-source.html
Once the build process is complete, you can create a Zip archive containing the compiled binaries; Section 2.8.4, “Installing MySQL Using a Standard Source Distribution” provides the commands needed to perform this task on Windows systems.
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-limitations-disk-data.html
Disk data objects are subject to the following maximums and minimums: Maximum number of tablespaces: 232 (4294967296) Maximum number of data files per tablespace: 216 (65536) The minimum and maximum possible sizes of extents for tablespace data ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-limitations-limits.html
In this section, we list limits found in NDB Cluster that either differ from limits found in, or that are not found in, standard MySQL. Memory consumed when data is inserted into an NDB table is not automatically recovered when deleted, as it is ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-limitations-multiple-nodes.html
Stored procedures, stored functions, triggers, and scheduled events are all supported by tables using the NDB storage engine, but these do not propagate automatically between MySQL Servers acting as Cluster SQL nodes, and must be re-created ...The ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-limitations-performance.html
Unique hash indexes created with USING HASH cannot be used for accessing a table if NULL is given as part of the key. The following performance issues are specific to or especially pronounced in NDB Cluster: Range scans. There are query performance ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbinfo-blobs.html
The part and (NDB 8.0.30 and later) inline sizes of NDB blob columns can be set using CREATE TABLE and ALTER TABLE statements containing NDB table column comments (see NDB_COLUMN Options); this can also be done in NDB API applications (see ...Parts ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbinfo-events.html
This table provides information about event subscriptions in NDB. The columns of the events table are listed here, with short descriptions of each: event_id The event ID name The name of the event table_id The ID of the table on which the event ...