Open KevsRepos opened 1 year ago
Just like the add-drop-table but add-truncate-table. Would make sense together with the if-not-exists option.
add-drop-table
add-truncate-table
if-not-exists
Though you can workaround with add-drop-table and then simply let the dump completely re-create the tables.
But wouldnt a truncate perform better?
Just like the
add-drop-table
butadd-truncate-table
. Would make sense together with theif-not-exists
option.Though you can workaround with
add-drop-table
and then simply let the dump completely re-create the tables.But wouldnt a truncate perform better?