You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
目前 8.0.12以上版本已经支持快速加列了,对于上千万的大表快速加列是很有必要的,gh-ost 和pt-osc 虽然也能满足,但是耗时太久,同时变更期间对IO的要求比较高,希望添加 ALGORITHM=INSTANT 加列的算法,比如:
alter table tb1 ADD c1 varchar(32) default '' comment '测试快速加列',ALGORITHM=INSTANT;
Beta Was this translation helpful? Give feedback.
All reactions