21.6.15.37 The ndbinfo table_fragments Table (original) (raw)
21.6.15.37 The ndbinfo table_fragments Table
The table_fragments
table provides information about the fragmentation, partitioning, distribution, and (internal) replication of NDB
tables.
The table_fragments
table contains the following columns:
node_id
Node ID (DIH master)table_id
Table IDpartition_id
Partition IDfragment_id
Fragment ID (same as partition ID unless table is fully replicated)partition_order
Order of fragment in partitionlog_part_id
Log part ID of fragmentno_of_replicas
Number of fragment replicascurrent_primary
Current primary node IDpreferred_primary
Preferred primary node IDcurrent_first_backup
Current first backup node IDcurrent_second_backup
Current second backup node IDcurrent_third_backup
Current third backup node IDnum_alive_replicas
Current number of live fragment replicasnum_dead_replicas
Current number of dead fragment replicasnum_lcp_replicas
Number of fragment replicas remaining to be checkpointed
Notes
The table_fragments
table was added in NDB 7.5.4.