The table_info table provides information
about logging, checkpointing, distribution, and storage options
in effect for individual NDB tables.
The table_info table contains the following
columns:
table_idTable ID
logged_tableWhether table is logged (1) or not (0)
row_contains_gciWhether table rows contain GCI (1 true, 0 false)
row_contains_checksumWhether table rows contain checksum (1 true, 0 false)
read_backupIf backup fragment replicas are read this is 1, otherwise 0
fully_replicatedIf table is fully replicated this is 1, otherwise 0
storage_typeTable storage type; one of
MEMORYorDISKhashmap_idHashmap ID
partition_balancePartition balance (fragment count type) used for table; one of
FOR_RP_BY_NODE,FOR_RA_BY_NODE,FOR_RP_BY_LDM, orFOR_RA_BY_LDMcreate_gciGCI in which table was created
Notes
The table_info table was added in NDB 7.5.4.