テーブル内のすべてのレコードを削除する場合は、TRUNCATE
TABLE table_name
を使用します。 See
項6.4.6. 「TRUNCATE
構文」。
レコード削除に要する時間は、完全にインデックス数に比例します。レコード削除の速度を上げるには、インデックスキャッシュのサイズを拡大します。 See 項5.5.2. 「サーバパラメータのチューニング」。
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.