drupal - Importing 60,000 nodes -
I am using the table wizard + I am migrating the module to import nodes in my Drupal installation.
I need nearly 60,000 questions / answers (they are both nodes) and I thought it would be an easy task.
However, the process of the migrate imports 4 nodes per minute, and it ends importing approximately 11 days.
I was wondering if I can do it faster by importing it directly into MySQL but I really need to create 60,000 nodes I think Duplal is going to store additional information in another table ... and it is not safe.
What do you suggest me to do? Wait 10 days? Thanks
Migrating tables should be an order of greater intensity than that.
Do you use Pathauto?
If so, try disabling the PathOuto module, often causing large performance issues on the import.
Secondly, if disabling the pathto does not work, all the non-essential modules you run - some modules do crazy things, remove other modules as the source of the problem.
Third, is MySQL db log turned on? There may be a huge display effect on it - not at the level that you are talking about, but rather have some idea about it.
Third, install xdebug, and tail your mysql log that's exactly what's going on.
What is your PHP Memory Limit?
Do you have a lot of disk space?
Comments
Post a Comment