modifying column datatype in large tables
Hi
I have a very big table 3TB and 97 partitions and I need to extend the size of one column. This operation can take a long time and I worry that it will block some SQL operations. What is the recommended way to do this? Should I use modify column? Should I add the column, copy the values, delete the old one, and rename it?
Regards,
Néstor Boscán