- Use `TRUNCATE TABLE` rather than `DELETE FROM` for improved performance. - Move DDL statement after truncate to avoid issues with retries (due to column already being created). #2360