Keine Cache-Version

Caching deaktiviert Standardeinstellung für diese Seite:aktiviert (code DEF204)
Wenn die Anzeige zu langsam ist, können Sie den Benutzermodus deaktivieren, um die zwischengespeicherte Version anzuzeigen.

Rechercher dans le manuel MySQL

22.4.15 ndb_move_data — NDB Data Copy Utility

ndb_move_data copies data from one NDB table to another.

Usage

The program is invoked with the names of the source and target tables; either or both of these may be qualified optionally with the database name. Both tables must use the NDB storage engine.

ndb_move_data options source target

The following table includes options that are specific to ndb_move_data. Additional descriptions follow the table. For options common to most NDB Cluster programs (including ndb_move_data), see Section 22.4.31, “Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs”.

Table 22.347 Command-line options for the ndb_move_data program

Format Description Added, Deprecated, or Removed

--abort-on-error

Dump core on permanent error (debug option)

All NDB 8.0 releases

--character-sets-dir=name

Directory where character sets are

All NDB 8.0 releases

--database=dbname,

-d

Name of the database in which the table is found

All NDB 8.0 releases

--drop-source

Drop source table after all rows have been moved

All NDB 8.0 releases

--error-insert

Insert random temporary errors (testing option)

All NDB 8.0 releases

--exclude-missing-columns

Ignore extra columns in source or target table

All NDB 8.0 releases

--lossy-conversions,

-l

Allow attribute data to be truncated when converted to a smaller type

All NDB 8.0 releases

--promote-attributes,

-A

Allow attribute data to be converted to a larger type

All NDB 8.0 releases

--staging-tries=x[,y[,z]]

Specify tries on temporary errors. Format is x[,y[,z]] where x=max tries (0=no limit), y=min delay (ms), z=max delay (ms)

All NDB 8.0 releases

--verbose

Enable verbose messages

All NDB 8.0 releases


  • --abort-on-error

    Property Value
    Command-Line Format --abort-on-error
    Type Boolean
    Default Value FALSE

    Dump core on permanent error (debug option).

  • --character-sets-dir=name

    Property Value
    Command-Line Format --character-sets-dir=name
    Type String
    Default Value [none]

    Directory where character sets are.

  • --database=dbname, -d

    Property Value
    Command-Line Format --database=dbname
    Type String
    Default Value TEST_DB

    Name of the database in which the table is found.

  • --drop-source

    Property Value
    Command-Line Format --drop-source
    Type Boolean
    Default Value FALSE

    Drop source table after all rows have been moved.

  • --error-insert

    Property Value
    Command-Line Format --error-insert
    Type Boolean
    Default Value FALSE

    Insert random temporary errors (testing option).

  • --exclude-missing-columns

    Property Value
    Command-Line Format --exclude-missing-columns
    Type Boolean
    Default Value FALSE

    Ignore extra columns in source or target table.

  • --lossy-conversions, -l

    Property Value
    Command-Line Format --lossy-conversions
    Type Boolean
    Default Value FALSE

    Allow attribute data to be truncated when converted to a smaller type.

  • --promote-attributes, -A

    Property Value
    Command-Line Format --promote-attributes
    Type Boolean
    Default Value FALSE

    Allow attribute data to be converted to a larger type.

  • --staging-tries=x[,y[,z]]

    Property Value
    Command-Line Format --staging-tries=x[,y[,z]]
    Type String
    Default Value 0,1000,60000

    Specify tries on temporary errors. Format is x[,y[,z]] where x=max tries (0=no limit), y=min delay (ms), z=max delay (ms).

  • --verbose

    Property Value
    Command-Line Format --verbose
    Type Boolean
    Default Value FALSE

    Enable verbose messages.


Suchen Sie im MySQL-Handbuch

Deutsche Übersetzung

Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.

Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.

Vielen Dank im Voraus.

Dokument erstellt 26/06/2006, zuletzt geändert 26/10/2018
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/mysql-rf-mysql-cluster-programs-ndb-move-data.html

Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.

Referenzen

  1. Zeigen Sie - html-Dokument Sprache des Dokuments:en Manuel MySQL : https://dev.mysql.com/

Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.

Inhaltsverzeichnis Haut