29.12.12 Performance Schema NDB Cluster Tables (original) (raw)

29.12.12 Performance Schema NDB Cluster Tables

The following table shows all Performance Schema tables relating to the NDBCLUSTER storage engine.

Beginning with NDB 8.0.16, automatic synchronization inNDB attempts to detect and synchronize automatically all mismatches in metadata between the NDB Cluster's internal dictionary and the MySQL Server's datadictionary. This is done by default in the background at regular intervals as determined by thendb_metadata_check_interval system variable, unless disabled usingndb_metadata_check or overridden by settingndb_metadata_sync. Prior to NDB 8.0.21, the only information readily accessible to users about this process was in the form of logging messages and object counts available (beginning with NDB 8.0.18) as the status variablesNdb_metadata_detected_count,Ndb_metadata_synced_count, andNdb_metadata_excluded_count (prior to NDB 8.0.22, this variable was namedNdb_metadata_blacklist_size). Beginning with NDB 8.0.21, more detailed information about the current state of automatic synchronization is exposed by a MySQL server acting as an SQL node in an NDB Cluster in these two Performance Schema tables:

The ndb_sync_pending_objects andndb_sync_excluded_objects tables are present only if MySQL has support enabled for theNDBCLUSTER storage engine.

These tables are described in more detail in the following two sections.