Closed zhaojunz closed 9 years ago
LGTM. @sb2nov?
LGTM if the transaction thing works
It seems to work in transactions.
BTW, does this step in a transaction? if so, why? I feel like transaction would be a little excessive for this type of step as the table is reloaded anyway.
A transaction is important as if the step fails after the delete/truncate we don't want to leave an empty table there.
Redshift VACUUM steps seems to fail to claim space for DELETE FROM.