Projects / MySQL Parallel Dump

MySQL Parallel Dump

mysqlpdump can dump all your MySQL tables and databases in parallel, which can be much faster on systems with multiple CPUs. It stores each table in a different file by default. It can also generate the dump to stdout, although this is not recommended because it can use all the memory in your system if your tables are large.

Tags
Licenses
Operating Systems
Implementation
Screenshot

Project Spotlight

Zutils

Utilities dealing with compressed files.

Screenshot

Project Spotlight

hamsterdb Embedded Storage

A fast and portable database engine written in ANSI-C.