MySql - WAMP - Huge Table is very slow (20 million rows)
问题 So I posted this! yesterday and got a perfect answer, which required running this code first: ALTER TABLE mytable AUTO_INCREMENT=10000001; I ran it several times, but restarted WAMP after a couple of hours of it not working. After running overnight (12 hours), the code still hadn't run. I am wondering if my database table size is past the limits of mysql or my computer or both. However, I have a sneaky suspicion that proper indexing or some other factor could greatly impact my performance. I