Just like the add-drop-table but add-truncate-table. Would make sense together with the if-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?
Just like the
add-drop-tablebutadd-truncate-table. Would make sense together with theif-not-existsoption.Though you can workaround with
add-drop-tableand then simply let the dump completely re-create the tables.But wouldnt a truncate perform better?