cancel
Showing results for 
Search instead for 
Did you mean: 

How to speedup a drop partition in SAP IQ

SybDBA
Participant
0 Kudos

Hi All,

I have a huge table contains around 50bn data, on which we have range partition, each partition contains around 13mn records, while we are dropping the partition using

alter table .... drop partition ... command , it takes around 1 and 1/2 hours to complete, while truncating the partition data, takes lesser time like 40 mins, using below command

truncate table .... partition ....

My concern is , why drop is so lazier than, truncate ?

I was assuming drop hardly takes 5 to 10 mins, though I never tried so !!

Regards

Accepted Solutions (0)

Answers (0)