MyBB Community Forums

Full Version: innoDB merge slow? How can I make this faster?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, instead of waiting forever for the MyISAM posts table (as it's huge and wampserver seems to freeze when trying to switch over) I thought about importing them into an InnoDB MyBB that's already set up and already set as InnoDB. But, it's horribly slow.

Merging to an MyISAM table I can get through the posts within 2 hours (for 1 million). But, the timing for doing a InnoDB is sitting at 30 hours. :/

Anyone know how to make this faster?
last time I convert around 1,8 millions post from MyIsam into innoDB only took less than an hour on dedicated server, and takes longer many times if using local server under windows Smile
Quote:wampserver
I think we've found your issue.
I ended up just doing MYISAM takes less than an hour to do that and I can convert to innodb after it.

I use wampserver because it's what documentations constantly recommend for Windows 8 users for offline conversions.