pt-online-schema-change-fast-rebuild-constraintsというpt-oscのプラグインを書きました。 これは--alter-foreign-keys-method= rebuild_constraintsを高速にするプラグインです。 通常、FKで参照されている親テーブルにpt-oscを実行しようとすると*1 pt-online-schema-change \ --alter 'ADD num int' \ h=localhost,u=root,D=employees,t=employees \ --dry-run #--execute $ ./pt-osc.sh Operation, tries, wait: analyze_table, 10, 1 copy_rows, 10, 0.25 create_triggers, 10, 1 drop_tr