Rechercher dans le manuel MySQL
26.12.12 Performance Schema NDB Cluster Tables
Beginning with NDB 8.0.16, automatic synchronization in
NDB
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 the
ndb_metadata_check_interval
system variable, unless disabled using
ndb_metadata_check
or
overridden by setting
ndb_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
variables
Ndb_metadata_detected_count
,
Ndb_metadata_synced_count
, and
Ndb_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:
ndb_sync_pending_objects
: Displays information aboutNDB
database objects for which mismatches have been detected between theNDB
dictionary and the MySQL data dictionary. When attempting to synchronize such objects,NDB
removes the object from the queue awaiting synchronization, and from this table, and tries to reconcile the mismatch. If synchronization of the object fails due to a temporary error, it is picked up and added back to the queue (and to this table) the next timeNDB
performs mismatch detection; if the attempts fails due a permanent error, the object is added to thendb_sync_excluded_objects
table.ndb_sync_excluded_objects
: Shows information aboutNDB
database objects for which automatic synchronization has failed due to permanent errors resulting from mismatches which cannot be reconciled without manual intervention; these objects are blacklisted and not considered again for mismatch detection until this has been done.
The ndb_sync_pending_objects
and
ndb_sync_excluded_objects
tables
are present only if MySQL has support enabled for the
NDBCLUSTER
storage engine.
These tables are described in more detail in the following two sections.
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 26/06/2006 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/mysql-rf-performance-schema-ndb-cluster-tables.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.