2025-07-01から1ヶ月間の記事一覧

MySQLのInstant DDLによるカラムの追加はかつてテーブルの末尾にしかできなかったが、8.0.29以降はどの場所にも追加できるようになっていた

って知ってました?自分は知りませんでした… The INSTANT algorithm can add a column at any position in the table. Before MySQL 8.0.29, the INSTANT algorithm could only add a column as the last column of the table.MySQL :: MySQL 8.0 Reference …