xelabs / go-mydumper

A multi-threaded MySQL backup and restore tool, faster than mysqldump

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does it support where condition?

jmbkeyes opened this issue · comments

for large tables(more than 10 million records), can it only dump records which meets expected condition?

ok, it supports via reading config files.
does it support in shell command directly (e.g. /bin/mydumper -where)?

commented

No

It still requires go runtime after making build, right?

commented

It still requires go runtime after making build, right?

After make build, can be run anywhere, it's golang.

Oh, I meens that it can be run on the machine which does not install golang runtime?

commented

Yes, golang is a statically typed, compiled programming language

thanks for quick response.