mysqlprestore for parallel restores

Yesterday, I used mysqlpdump to dump 300G of data. Today, as step two of the process, I need to restore that data into the new server. Every good dump tool needs a restore tool, so I wrote mysqlprestore, which is really just a modification of mysqlpdump that will spawn off threads and run your restore in parallel, processing an output directory from mysqlpdump.
I really need to stick it in version control or something, and I'm sure there are bugs, but it's working for me so far. Maybe we can merge the two into a single great tool?

1 Comments

  1. [1]   fire9
    February 27, 2010 at 10:36 PM

    Hi, Monty Where is download mysqlprestore? thanks.
Comment on this post