I'm considering using pt-online-schema-change
to ALTER
a primary key (changing it from one column, to a composite primary index) of a table. Are there any limitations to doing this? The documentation states
In most cases the tool will refuse to operate unless a PRIMARY KEY or UNIQUE INDEX is present in the table. See --alter for details.