Code | Symbol | Kernel Block(s) |
20 | --- |
BACKUP |
Description.
Prints values of BackupDataBufferSize
,
BackupLogBufferSize
,
BackupWriteSize
, and
BackupMaxWriteSize
Sample Output.
Node 2: Backup: data: 2097152 log: 2097152 min: 32768 max: 262144
Additional Information. Can also be used to set these parameters, for example:
ndb_mgm> 2 DUMP 20 3 3 64 512
Sending dump signal with data:
0x00000014 0x00000003 0x00000003 0x00000040 0x00000200
Node 2: Backup: data: 3145728 log: 3145728 min: 65536 max: 524288
You must set each of these parameters to the same value
on all nodes; otherwise, subsequent issuing of a
START BACKUP
command crashes the
cluster.