Rechercher dans le manuel MySQL
ndb_delete_all deletes all rows from the
given NDB
table. In some cases,
this can be much faster than
DELETE
or even
TRUNCATE TABLE
.
Usage
ndb_delete_all -c connection_string tbl_name -d db_name
This deletes all rows from the table named
tbl_name
in the database named
db_name
. It is exactly equivalent to
executing TRUNCATE
in MySQL.
db_name
.tbl_name
The following table includes options that are specific to ndb_delete_all. Additional descriptions follow the table. For options common to most NDB Cluster programs (including ndb_delete_all), see Section 22.4.31, “Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs”.
Table 22.340 Command-line options for the ndb_delete_all program
Format | Description | Added, Deprecated, or Removed |
---|---|---|
|
Name of the database in which the table is found | All NDB 8.0 releases |
Perform the delete in a single transaction (may run out of operations) | All NDB 8.0 releases |
|
|
Run tup scan | All NDB 8.0 releases |
|
Run disk scan | All NDB 8.0 releases |
Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-mysql-cluster-programs-ndb-delete-all.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.