https://dev.mysql.com/myisam-start.html
If either of these conditions is true, the following happens: The server checks the table for errors. The following options to mysqld can be used to change the behavior of MyISAM tables. bulk_insert_buffer_size The size of the tree cache used in ...
https://dev.mysql.com/myisam-storage-engine.html
MyISAM also supports the following features: Support for a true VARCHAR type; a VARCHAR column starts with a length stored in one or two bytes. MyISAM is based on the older (and no longer available) ISAM storage engine but has many useful ...
https://dev.mysql.com/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/mysql-cluster-config-example.html
This is also true for default sections of any other type. To support NDB Cluster, you will need to update my.cnf as shown in the following example. You may also specify these parameters on the command line when invoking the executables. Note The ...
https://dev.mysql.com/mysql-cluster-config-file.html
Configuring NDB Cluster requires working with two files: my.cnf: Specifies options for all NDB Cluster executables. This file, with which you should be familiar with from previous work with MySQL, must be accessible by each executable running in ...
https://dev.mysql.com/mysql-cluster-configuration-overview.html
This is especially true with regard to those parameters that relate to memory usage and disk space, such as MaxNoOfTables, MaxNoOfOrderedIndexes, and MaxNoOfUniqueHashIndexes. Each of the node parameter tables lists the parameters for a given type ...
https://dev.mysql.com/mysql-cluster-disk-data-objects.html
This is also true for dropping these objects, sibject to the following constraints: A log file group cannot be dropped as long as any tablespaces use it. NDB Cluster Disk Data storage is implemented using the following objects: Tablespace: Acts as ...
https://dev.mysql.com/mysql-cluster-install-windows-initial-start.html
This behavior is also true of NDB Cluster data node processes running on Windows.) For this reason, do not close the window in which ndb_mgmd.exe is running; doing so kills the management node process. Once the NDB Cluster executables and needed ...
https://dev.mysql.com/mysql-cluster-limitations-limits.html
Instead, the following rules hold true: A DELETE statement on an NDB table makes the memory formerly used by the deleted rows available for re-use by inserts on the same table only. In this section, we list limits found in NDB Cluster that either ...
https://dev.mysql.com/mysql-cluster-limitations-multiple-nodes.html
This is also true for a lock issued by any statement that locks tables as part of its operations. The following are issues relating to the use of multiple MySQL servers as NDB Cluster SQL nodes, and are specific to the NDBCLUSTER storage engine: No ...