David Ducos

Results 315 comments of David Ducos

Hi @vidyullathat, At this point I suggest you to don't use any of -r and -F. There are 2 reasons: 1- We are in the process to change -r as...

We think that the OMM killer should not happening since #529.

@vidyullathat, I have just tested the patch and seems it is working: ``` [root@mydumper1 mydumper]# zstdcat data/sbtest.sbtest1.*.dat.zst | wc -l 10758423 [root@mydumper1 mydumper]# mysql -e 'select count(*) from sbtest.sbtest1' +----------+...

@bato3, I'm assuming that you want to save the failed queries because you want to resume an import. I'm going to also assume that the backup that you are restoring...

@bato3, in that INSERT failed cases, you can use INSERT IGNORE and re run the whole file. If this happens on a CREATE TABLE, myloader could keep the status when...

This can be achieved using -N on mydumper to export with INSERT IGNORE and in myloader you can use --resume with the files that had failed. So, we only need...

There are other things to consider, for instance, nowadays we need the schema-create and schema files per table to be able to execute any data file, so, the --resume should...

Hi @hustegg As I told @markusalbe on https://github.com/mydumper/mydumper/issues/780 it is possible to set session variables like yours information_schema_stats_expiry=0 by the configuration file. Can you test it and if you can...

Yes, I think that we can warn and add it automatically to the set session hash, but not as you did. I will review your commit when I have the...

Explanation about variables usage has been added to https://github.com/mydumper/mydumper/blob/master/README.md