--ndb-batch-size
This sets the size in bytes that is used for NDB transaction batches
--ndb-cluster-connection-pool
This option is useful only when running mysqld on host machines having multiple CPUs, multiple
cores, or both. For best results, the value should be smaller than the total number of cores available
on the host machine. Setting it to a value greater than this is likely to degrade performance severely.
--ndb-connectstring
When using the NDBCLUSTER storage engine, this option specifies the management server that
distributes cluster configuration data
--ndb-distribution
Controls the default distribution method for NDB tables. Can be set to either of KEYHASH (key
hashing) or LINHASH (linear hashing). KEYHASH is the default.
--ndbcluster
The NDBCLUSTER storage engine is necessary for using MySQL Cluster. If a mysqld binary
ncludes support for the NDBCLUSTER storage engine, the engine is disabled by default. Use the
--ndbcluster option to enable it. Use --skip-ndbcluster to explicitly disable the engine.
--ndb-log-apply-status
In a chain replication setup, using this option allows downstream (slave) clusters to be aware of their
positions relative to all of their upstream contributors (masters).
--ndb-wait-connected
This option sets the period of time that the MySQL server waits for connections to MySQL Cluster
management and data nodes to be established before accepting MySQL client connections. The
time is specified in seconds. The default value is 30.
--ndb-wait-setup
This variable shows the period of time that the MySQL server waits for the NDB storage engine to
complete setup before timing out and treating NDB as unavailable. The time is specified in seconds.
The default value is 30.
--ndb_optimization_delay
Set the number of milliseconds to wait between sets of rows by OPTIMIZE TABLE statements on
NDB tables. The default is 10.