1.对一个表执行ddl(新增字段)会不会阻塞表,影响读写? 在一次项目升级之前需要执行一个新增字段的脚本(alter table...),表的数据量是260多万,执行时间是72秒,感觉略长,不知道会不会影响项目对数据库的操作,故连百度带问一番,得出一些结果. 结论是:执行alter table...会影响读写 2.MySQL官方文档alter table的解释 ALTER TABLE operations that use the COPY algorithm wait for other op…