Home » RDBMS Server » Performance Tuning » Drop Unused columns (12.1.0.2.0,Linux x86_64)
Drop Unused columns [message #639801] |
Thu, 16 July 2015 08:14  |
preet_kumar
Messages: 204 Registered: March 2007
|
Senior Member |
|
|
I need to drop few columns from a table with over billion records and i tried both the below methods which takes almost 6hours
alter table abc set unused columns col1;
alter table abc drop unused columns;
AND
alter table abc set unused (col1,col2,col3,col4,col5);
alter table abc drop unused columns;
Is there any way reduce the drop time ?
|
|
|
|
|
|
Goto Forum:
Current Time: Thu Mar 13 20:20:07 CDT 2025
|