Updating a Table
oracle DB : Release 11.2.0.3.0
We have tables with around 220 columns,450 million records and we have to add three new columns.We have to update them with the same value for each column. We can not use DEFAULT while adding the column as the tables are compressed. We have indexes on the tables as well. We will analyse the tables before starting the addition and updation of columns.
I want to know how the updation can be faster and as it is taking around 8Hrs. Will analysing the table after addition of column give any significant advantage over anaysing the table before addition? Also making a index with the new columns will help to update it faster?