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.
ndb_delete_all -cconnection_stringtbl_name-ddb_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 18.4.26, “Options Common to NDB Cluster Programs — Options Common to NDB Cluster Programs”.
Table 18.77 This table describes command-line options for the ndb_delete_all program
| Format | Description | Added or Removed |
|---|---|---|
|
Name of the database in which the table is found | All MySQL 5.5 based releases |
| Perform the delete in a single transaction (may run out of operations) | All MySQL 5.5 based releases |
|
|
Run tup scan | All MySQL 5.5 based releases |
|
Run disk scan | All MySQL 5.5 based releases |