Hello
I ran the online-schema-change tool on a table containing 1.5 million records with the basic command and it stopped running after ~2 hours. But it copied every thing properly while running.
I was running this in a AWS stack with 1GB RAM.
perl pt-online-schema-change --alter "add column XYZ int" D=mytestDB,t=mytable --user root --p pass --execute --alter-foreign-keys-method auto
Is there a problem running the tool without chunk-time?
Regards
Shinoj
I ran the online-schema-change tool on a table containing 1.5 million records with the basic command and it stopped running after ~2 hours. But it copied every thing properly while running.
I was running this in a AWS stack with 1GB RAM.
perl pt-online-schema-change --alter "add column XYZ int" D=mytestDB,t=mytable --user root --p pass --execute --alter-foreign-keys-method auto
Is there a problem running the tool without chunk-time?
Regards
Shinoj
Comment