Rechercher dans le manuel MySQL
22.5.10.39 The ndbinfo table_replicas Table
The table_replicas
table provides information
about the copying, distribution, and checkpointing of
NDB
table fragments and fragment replicas.
The following table provides information about the columns in
table_replicas
. For each column, the table
shows the name, data type, and a brief description.
Table 22.415 Columns of the table_replicas table
Column Name | Type | Description |
---|---|---|
node_id |
integer | ID of the node from which data is fetched (DIH
master) |
table_id |
integer | Table ID |
fragment_id |
integer | Fragment ID |
initial_gci |
integer | Initial GCI for table |
replica_node_id |
integer | ID of node where replica is stored |
is_lcp_ongoing |
integer | Is 1 if LCP is ongoing on this fragment, 0 otherwise |
num_crashed_replicas |
integer | Number of crashed replica instances |
last_max_gci_started |
integer | Highest GCI started in most recent LCP |
last_max_gci_completed |
integer | Highest GCI completed in most recent LCP |
last_lcp_id |
integer | ID of most recent LCP |
prev_lcp_id |
integer | ID of previous LCP |
prev_max_gci_started |
integer | Highest GCI started in previous LCP |
prev_max_gci_completed |
integer | Highest GCI completed in previous LCP |
last_create_gci |
integer | Last Create GCI of last crashed replica instance |
last_replica_gci |
integer | Last GCI of last crashed replica instance |
is_replica_alive |
integer | 1 if this replica is alive, 0 otherwise |
Traduction non disponible
Le manuel MySQL n'est pas encore traduit en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Document créé le 26/06/2006, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/mysql-rf-mysql-cluster-ndbinfo-table-replicas.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.