Bohu

Results 128 comments of Bohu

No plans yet, but it will be easy to do. BTW, which of these two do you prefer? I will take priority.

> can the tool ignore some columns when dump the data? No, but it easy to do.

ignore columns done: https://github.com/xelabs/go-mydumper/commit/975a1b0cacc00f476994ad9982a1cc98480882f5 And more details to see: https://github.com/xelabs/go-mydumper/blob/master/conf/mydumper.ini.sample

> @BohuTANG, Is the feature(dump data without the schema sql, and then load the data into database via myloader) in your plan? Not yet.

@XQDD We have not any tests on MySQL 8.0. From the panic stack, looks like a protocol issue. Thanks for your report.

Could you provide the specific steps to reproduce?

1. Need to determine who use the the memory first, go-mydumper is streaming fetch, it's memory efficent. 2. go-mydumper is parallel based on database

Hi, please check the linux version :D

First, Please give the full sql which go-dumper send to the MySQL, give a hint: enable the gerneal log and check the query executed Second, run the sql in the...