php - Speed up forum conversion -


i'm converting forum mybb ipboard (the conversion done through php script), have on 4 million posts need converted, , take 10 hours @ current rate. have unlimited ram , cpu, want know how can speed process up? there way can allocate huge amount of memory 1 process? help!

you're not going script run faster. giving more memory, might able have more posts @ 1 time, though. change memory_limit in php.ini file change how memory can use.

you might able tell script 1 forum @ time. run several copies of script @ once. limited how talks database table , whether script has been written allow -- might daft things lock target table or insanely long read on source table. in case, unlikely more 3 or 4 running @ once without slowing down, anyway.

it might possible improve script, several days' hard work learning insides of both forums' database formats. have asked on forums ipboard? maybe there has experience @ you're trying do.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -