pingcap / dumpling

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...).
Apache License 2.0
279 stars 85 forks source link

Optimize the logic of exporting data from aurora using dumpling, so as not to affect the performance of aurora #405

Open wxiaoke opened 2 years ago

wxiaoke commented 2 years ago

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 export data from aurora using dumlping --consistency =none, it will not start transactions, and affect aurora performance.