Oracle 5.0 Reference Manual page 1589

Table of Contents

Advertisement

Effective Version
MySQL 5.0.0
Restart Type: N
For each unique index that is not a primary key, a special table is allocated that maps the unique key
to the primary key of the indexed table. By default, an ordered index is also defined for each unique
index. To prevent this, you must specify the
The default value is 64. Each index consumes approximately 15KB per node.
Note
The sum of MaxNoOfTables, MaxNoOfOrderedIndexes, and
MaxNoOfUniqueHashIndexes
MaxNoOfTriggers
Effective Version
MySQL 5.0.0
Restart Type: N
Internal update, insert, and delete triggers are allocated for each unique hash index. (This means
that three triggers are created for each unique hash index.) However, an ordered index requires only
a single trigger object. Backups also use three trigger objects for each normal table in the cluster.
This parameter sets the maximum number of trigger objects in the cluster.
The default value is 768.
MaxNoOfIndexes
This parameter is deprecated. You should use
MaxNoOfUniqueHashIndexes
This parameter is used only by unique hash indexes. There needs to be one record in this pool for
each unique hash index defined in the cluster.
The default value of this parameter is 128.
Boolean parameters.
taking on boolean values. These parameters can each be specified as
or Y, and as
by setting them equal to
FALSE
LockPagesInMainMemory
Effective Version
MySQL 5.0.0
MySQL 5.0.0
MySQL 5.0.36
Restart Type: N
For a number of operating systems, including Solaris and Linux, it is possible to lock a process into
memory and so avoid any swapping to disk. This can be used to help guarantee the cluster's real-
time characteristics.
MySQL Cluster Configuration Files
Type/Units
integer
USING HASH
Type/Units
integer
instead.
The behavior of data nodes is also affected by a set of
or N.
0
Type/Units
true|false (1|0)
true|false (1|0)
numeric
1569
Default
64
option when defining the unique index.
must not exceed
Default
768
MaxNoOfOrderedIndexes
TRUE
Default
0
0
0
Range/Values
0 - 4G
32
(4294967294).
2
– 2
Range/Values
0 - 4G
and
parameters
[ndbd]
by setting them equal to
Range/Values
0 - 1
0 - 1
0 - 2
1

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents