py-mysql2pgsql
py-mysql2pgsql copied to clipboard
Added num_procs option to config file, allowing for parallel processing
Hey,
Thanks for the great tool. We've used it to transfer a DB with 100s of millions of rows, which was quite time consuming. This change adds a num_procs option to the config file, which allows the task to be parallelized.
@stephenmcd can you create this pr in my repo wsantos/py-mysql2pgsql ? I will try to keep this updated, this is a awesome tools and the PRs helped me a lot.