Hacker News new | ask | show | jobs
by jordic 2141 days ago
I would also add to the article, that when you try to alter a busy table add it a timeout (otherwise you will lock the world). SET statement_timeout = 50; Alter .... ;