Rechercher dans le manuel MySQL
26.12.16.2 The clone_progress Table
The Performance Schema table described here is available as of MySQL 8.0.17.
The clone_progress
table shows progress
information for the current or last executed cloning operation
only.
The stages of a cloning operation include DROP
DATA
, FILE COPY
,
PAGE_COPY
, REDO_COPY
,
FILE_SYNC
, RESTART
, and
RECOVERY
. A cloning operation produces a
record for each stage. The table therefore only ever contains
seven rows of data, or is empty.
The clone_progress
table has these columns:
ID
A unique cloning operation identifier in the current MySQL server instance.
STAGE
The name of the current cloning stage. Stages include
DROP DATA
,FILE COPY
,PAGE_COPY
,REDO_COPY
,FILE_SYNC
,RESTART
, andRECOVERY
.STATE
The current state of the cloning stage. States include
Not Started
,In Progress
, andCompleted
.BEGIN_TIME
A timestamp in
'
format that shows when the cloning stage started. Reports NULL if the stage has not started.YYYY-MM-DD hh:mm:ss
[.fraction
]'END_TIME
A timestamp in
'
format that shows when the cloning stage finished. Reports NULL if the stage has not ended.YYYY-MM-DD hh:mm:ss
[.fraction
]'THREADS
The number of concurrent threads used in the stage.
ESTIMATE
The estimated amount of data for the current stage, in bytes.
DATA
The amount of data transferred in current state, in bytes.
NETWORK
The amount of network data transferred in the current state, in bytes.
DATA_SPEED
The current actual speed of data transfer, in bytes per second. This value may differ from the requested maximum data transfer rate defined by
clone_max_data_bandwidth
.NETWORK_SPEED
The current speed of network transfer in bytes per second.
The clone_progress
table is read-only. DDL,
including TRUNCATE TABLE
, is
not permitted.
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-clone-progress-table.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.