David Ducos
David Ducos
I was running myloader today, and I had some pretty big inserts running, when the inserts where running, the only way I had to monitor them was via "show processlist",...
Hi @davidducos , the error is still present. In my case, in the temporary folder, there is only one leftover file: `metadata.partial.0`. _Originally posted by @DeLoWaN in https://github.com/mydumper/mydumper/issues/950#issuecomment-1691431899_
``` - Do not import the constraints with option --skip-constraints. This one could be set per table basis ``` The --skip-constraints will force ONLY_SPLIT_CONSTRAINTS if --innodb-optimize-keys hasn't been set. On...
I did this comment: - Split the CREATE TABLE statement even when --innodb-optimize-keys is not being used But I'm thinking that we should be adding this options: DO_NOT_SPLIT_CONSTRAINTS and ONLY_SPLIT_CONSTRAINTS...
I found that in cases where the stream directory is not empty it might cause issues but it might depend if the backup dir is shared or not...
I think that we need to create a temporary fifo dir when external command are used which should be cleaned up after. If there is any issue or any we...
We had to add g_async_queue_timeout_pop on https://github.com/mydumper/mydumper/blob/88326583118ae503e3feef25a8fb6cf5b75355cf/src/myloader_control_job.c#L378 to avoid a bug when stream is used.
**Describe the Feature Request** We need to add support to Ubuntu 24.04 (Noble Numbat) as it is the new LTS
The best solution of what you are proposing is to have an option per table basis if we want to export the data or not. We don't have that yet...
Currently, user determine a global value for START_AT. It will be nice to set it automatically depending on the table size. We can also determine a good standard value for...