Hello, guys. I wonder what is best way to delete all rows from table?
Other RDBMS offer command like `TRUNCATE TABLE` or similar. Is it would be faster if user execute `DROP TABLE XXX`, `CREATE TABLE XXX` instead of `DELETE FROM XXX`?
Hello, guys. I wonder what is best way to delete all rows from table?
Other RDBMS offer command like `TRUNCATE TABLE` or similar. Is it would be faster if user execute `DROP TABLE XXX`, `CREATE TABLE XXX` instead of `DELETE FROM XXX`?