> Isn’t there some Instant DDL?<p>Run into this way too many times at my last few jobs. MySQL has some serious land mines built in, which result in many companies just adopting the policy of never upgrading the schema during business hours.<p>You are basically required to implement pt-online-schema-change in order to <i>reliabily</i> do basic changes.