dumpling
dumpling copied to clipboard
Dumpling is a fast, easy-to-use tool written by Go for dumping data from the database(MySQL, TiDB...) to local/cloud(S3, GCP...) in multifarious formats(SQL, CSV...).
aurora does not support ftwrl when export data from aurora using dumlping --consistency =none , it will start a big transaction, and this will affect aurora performance. Hope that when...
### What did you do? dumpling part table on tidb-cloud(dbaas). `gc_life_time` not support auto set when dumpling can't `ping` pd-server ### What did you expect to see? `gc_life_time` can be...
### What did you do? dumpling database using following commmand: tiup dumpling --host -u -p -P -B -o ### What did you expect to see? database being exported ### What...
See https://github.com/pingcap/dumpling/issues/282
Support dumping directly from Oracle DB, so we don't need to go through the fragile CSV format.
### What problem does this PR solve? Close #370 ### What is changed and how it works? Add error message when --consistency is lock and --snapshot parameter is provided. ###...
Compare the speed of Dumpling on a database against Mydumper, on a large (> 10 GB) database. # Score * 450
## Feature Request **Is your feature request related to a problem? Please describe:** some MySQL servers may use a self-signed or invalid certificate, then in dumpling we may need `skip-verify`....
fix #334 For dump.go,I have added a func for sort pkVals. This change will make sure us to see dumpling dump data correctly.
## Question TiDB-Lightning doesn't need data to keep in order of `_tidb_rowid`, but we still sort data in the order of `_tidb_rowid`. This may increase TiDB's memory usage because we'll...