I need to enlarge the varchar of one column from 64 to 80. The table is quite big(9m rows). One point that make the alter uncertain is that the column is also indexed.
So if I alter the column, since the column is one of the indexes, will any locking happen for row or table?
Thanks.