MySQL NDB Cluster 8.1 Manual
MySQL NDB Cluster 8.0 Manual
NDB Cluster API Developer Guide
- Code
18
- Symbol
DihPrintFragmentation
- Kernel Block
Description.
Prints one entry per table fragment; lists the table number,
fragment number, log part ID, and the IDs of the nodes handling
the primary and secondary fragment replicas of this fragment.
Must be invoked as ALL DUMP 18
.
Sample Output.
Node 5: Printing nodegroups --
Node 5: NG 0(0) ref: 4 [ cnt: 2 : 5 6 4294967040 4294967040 ]
Node 5: Printing fragmentation of all tables --
Node 5: Table 2 Fragment 0(1) LP: 0 - 5 6
Node 5: Table 2 Fragment 1(1) LP: 0 - 6 5
Node 5: Table 3 Fragment 0(2) LP: 1 - 5 6
Node 5: Table 3 Fragment 1(2) LP: 1 - 6 5
Node 6: Printing nodegroups --
Node 6: NG 0(0) ref: 4 [ cnt: 2 : 5 6 4294967040 4294967040 ]
Node 6: Printing fragmentation of all tables --
Node 6: Table 2 Fragment 0(1) LP: 0 - 5 6
Node 6: Table 2 Fragment 1(1) LP: 0 - 6 5
Node 6: Table 3 Fragment 0(2) LP: 1 - 5 6
Node 6: Table 3 Fragment 1(2) LP: 1 - 6 5
Additional Information. [N/A]