David Ducos

Results 73 issues of David Ducos

**Describe the Feature Request** Similar to mysqldump, --source-data will include the data to build the replica. **Current behaviour** Currently, we are exporting on the metadata file this info: ``` [master]...

Feature Request

**Describe the Feature Request** ROCKSDB as InnoDB takes advantages of --innodb-optimize-keys. We need to make it available for ROCKSDB and InnoDB. https://docs.percona.com/percona-server/8.0/data-loading.html#loading-data **Current behaviour** only InnoDB uses optimized keys **Expected...

Enhancement
Feature Request

**Describe the Feature Request** [Now that mydumper](https://github.com/mydumper/mydumper/issues/1436) is able to automatically determine the best values to split a table we can base the logic on the amount of threads per...

enhancement

Why don't we do the same on myloader? _Originally posted by @davidducos in https://github.com/mydumper/mydumper/issues/1453

enhancement

**Describe the Feature Request** We want to be able to dump table that uses char primary keys. **Current behavior** nowadays mydumper is only splitting tables with integer primary keys. **Expected...

Feature Request

**Describe the Feature Request** We need to implement a connection pooling on mydumper, to be able to establish more connection to the database that must be on sync and control...

Feature Request

... myloader should implement --source-data, ignoring what the metadata says... _Originally posted by @davidducos in https://github.com/mydumper/mydumper/issues/1541#issuecomment-2269805755_

Enhancement