xelabs / go-mydumper

A multi-threaded MySQL backup and restore tool, faster than mysqldump
GNU General Public License v3.0
346 stars 100 forks source link

add zstd compression support #11

Closed ivmaks closed 6 years ago

ivmaks commented 6 years ago

https://github.com/facebook/zstd https://github.com/DataDog/zstd

BohuTANG commented 6 years ago

Hi,

go-mydumper does not compress the sql result, if you want transfer them to other place please zip it by yourself.

ivmaks commented 3 years ago

https://github.com/maxbube/mydumper/issues/134