We have a partitioned table with around 5m records in each partition.
This table has total 60 partitions, out of these 20 partitions we want to merge.
The merge takes lot of time as the partitions are not empty.
Is there any fast method to merge the non-empty partitions?