Truncate with or without REUSE option
134958Feb 2 2005 — edited Feb 2 2005The application I am working on is truncating millions of rows each week and inserting similar amount of rows each time.
Is there a performance advantage to use the REUSE STORAGE option over the DROP STORAGE OPTION?
Thanks