My Magento DB has millions of records of orders, customers etc..
Migration progress requires “days”..
Is it possible to have progress divided to a lot of threads? I mean to use more hardware capacity..
1 answer
Hi there
My Magento DB has millions of records of orders, customers etc..
Migration progress requires “days”..
Is it possible to have progress divided to a lot of threads? I mean to use more hardware capacity..
It’s not possible because the data objects have a relationship in the database. Thus, you must do the data migration step by step as indicated in the guide of our module (found in Readme.html)
To speed up the data migration, you should do data migration by running the CLI command on each step and you should do it on a good server.
Regards,
Mall.