I need some advice and help, I need to change the primary key ID to auto increment on a table which is 19.4GB in size with approximately 150 million entries.

Apparently running Alter table is going to take hours and hours to complete which I can understand.
The table has huge amounts of data in it

What would be the fastest way to update the items table?






