Oracle 5.0 Reference Manual page 1588

Table of Contents

Advertisement

Assuming that you can create all desired tables without any problems, you should also verify that
this number is sufficient by trying an actual
not successful, increase
again.
MaxNoOfTables
Effective Version
MySQL 5.0.0
MySQL 5.0.0
Restart Type: N
A table object is allocated for each table and for each unique hash index in the cluster. This
parameter sets a suggested maximum number of table objects for the cluster as a whole; like
MaxNoOfAttributes
A known issue in MySQL Cluster in MySQL 5.0 is that this parameter is occasionally treated as a
hard limit for certain operations. This can lead to confusion when it is sometimes possible (or not
possible, depending on the circumstances) to create more than
fixed in MySQL Cluster NDB 6.3 and later. (Bug #61684)
For each attribute that has a
These tables also must be taken into account when defining the total number of tables.
The default value of this parameter is 128. The minimum is 8 and the maximum is 20320. (This is a
change from MySQL 4.1.) Each table object consumes approximately 20KB per node.
Note
The sum of MaxNoOfTables, MaxNoOfOrderedIndexes, and
MaxNoOfUniqueHashIndexes
MaxNoOfOrderedIndexes
Effective Version
MySQL 5.0.0
Restart Type: N
For each ordered index in the cluster, an object is allocated describing what is being indexed and
its storage segments. By default, each index so defined also defines an ordered index. Each unique
index and primary key has both an ordered index and a hash index.
sets the total number of hash indexes that can be in use in the system at any one time.
The default value of this parameter is 128. Each hash index object consumes approximately 10KB of
data per node.
Note
The sum of MaxNoOfTables, MaxNoOfOrderedIndexes, and
MaxNoOfUniqueHashIndexes
MaxNoOfUniqueHashIndexes
MySQL Cluster Configuration Files
ALTER TABLE
MaxNoOfAttributes
Type/Units
integer
integer
[1567], it is not intended to function as a hard upper limit.
data type an extra table is used to store most of the
BLOB
Type/Units
integer
1568
after configuring the parameter. If this is
by another multiple of
MaxNoOfTables
Default
128
128
MaxNoOfTables
32
must not exceed
2
Default
128
MaxNoOfOrderedIndexes
32
must not exceed
2
and test it
Range/Values
8 - 1600
8 - 20320
tables. This is
data.
BLOB
(4294967294).
– 2
Range/Values
0 - 4G
(4294967294).
– 2

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents