Currently, the migration script works serially. It is estimated that will require ~60 days (at approx. 1 object per second).
For this spike, experiment with parallelizing the script. The goal is to migrate faster without knocking over Fedora, so minor parallelization is probably optimal. (That is, we're going for faster but not blazing.)
There are examples of parallelization of similar in bin/validate-*.
The sdr-migration environment should be used for testing. For questions about the migration script see @ndushay .
Currently, the migration script works serially. It is estimated that will require ~60 days (at approx. 1 object per second).
For this spike, experiment with parallelizing the script. The goal is to migrate faster without knocking over Fedora, so minor parallelization is probably optimal. (That is, we're going for faster but not blazing.)
There are examples of parallelization of similar in
bin/validate-*
.The sdr-migration environment should be used for testing. For questions about the migration script see @ndushay .