my.cnf: Improve speed of adding new columns and indexes in large MySQL tables

Posted by Dan on Stack Overflow See other posts from Stack Overflow or by Dan
Published on 2010-04-23T14:29:28Z Indexed on 2010/04/23 14:33 UTC
Read the original article Hit count: 199

Filed under:

I have a large table (> 10 million rows) which I am adding new columns and indexes to.

This is taking progressively longer and longer to complete.

I have a powerful server with 16GB of memory available.

What are the best settings in my.cnf to increase in order to speed this process up?

© Stack Overflow or respective owner

Related posts about mysql