nuodb/migration-tools

Instead of serial execution, allow for parallel execution

akshah123 opened this issue · 0 comments

At present, migration-tools imports all data using a single connection. I imagine, it does this to allow for rollback on entire import in case something goes wrong.

However, this does not take advantage of multiple hosts available in the nuodb. It would be great if the utility was able to parallel process the csv files using all available resources.