Use multiple cores?
The data migration tool does not appear to make use of all cores - is this possible?
I have spun up a 32 core instance, which I hoped would make this process quicker.
At the moment I am looking at a 3 hour conversion time for a Magento 1 30GB SQL database on my local machine, which is a Dell 9560 (4 core i7).
Preconditions
- Magento 1.14.4.0
- Magento 2.3.0
- PHP 7.2.14
- MySQL 5.7.25
Steps to reproduce
- bin/magento migrate:data ..
Expected result
- All cores to be used
Actual result
- Only 1 core used
- See screenshot
Also, what affect does bulk_size have?
Hi @craigcarnell
Yes, this feature would speed up migration. Internal ticket MAGETWO-72343 to implement it.
@victor-v-rad Hi Victor, what is the limiting factor at the moment? It is it single CPU core speed, disk write speed, disk read speed, RAM, mysql or php/opcache optimizations?
This feature request was marked as "up for grab", means anyone from Magento community can take and implement.