MySQL: Huge Table Not Responding after Adding Index
Today I’m optimizing some MySQL tables with large number of records — 1 million of them, yeah, I know — , it’s simply impossible to deal with such big chunks of data without proper indexing. So there I was, adding a variety of indexes to a few of the columns. It’s expected it’d take a …
MySQL: Huge Table Not Responding after Adding Index Read More »