I want to reclaim free space from our tablespaces which are only used monthly. Since this table is aggregated at the end of every month, I'm thinking of reclaiming the free space for this tablespace.
But I want to know which is faster:
ALTER TABLE <table name> MOVE PARTITIONS TABLESPACE <other tablespace>
OR
export --> drop tablespace --> recreate tablespace --> import ?