Brian - even with the import / export tool it is still importing one record at a time and validating as it goes.
In terms of performance increases, you are right that a DELETE * FROM TableName would be the most efficient SQL to run against it. Since Method, in general, is made for non-programmers, this is something we are staying away from.
Paul