Configuration parameters affecting Disk Data behaviour include the following:
This determines the amount of space used for caching pages
on disk, and is set in the [NDBD] or
[NDBD DEFAULT] section of the
config.ini file. It is measured in
bytes. Each page takes up 32 KB. This means that Cluster
Disk Data storage always uses N *
32 KB memory where N is some
non-negative integer.
This determines the amount of memory that is used for log
buffers, disk operations (such as page requests and wait
queues), and metadata for tablespaces, log file groups,
UNDO files, and data files. It can be set
in the [NDBD] or [NDBD
DEFAULT] section of the
config.ini configuration file, and is
measured in bytes.
The default value is 20M.
The OPTIMIZE TABLE statement does not have
any effect on Disk Data tables.

User Comments
Add your own comment.