k9yhuang / datapumper

A tool to dump percona mysql innodb tables faster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

datapumper

datapumper is a tool like mysqldump or mydumper ,but just use in percona 5.6 or higher version .It's use to dump database or tables faster than mysqldump and not use "flush tables with read lock " to get coordinate position like mydumper .And also not use file to stroage the dump result .

About

A tool to dump percona mysql innodb tables faster


Languages

Language:C 61.7%Language:Makefile 27.4%Language:CMake 10.9%