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...).
We should be able to reuse the fruit from pingcap/br#89. # Score * 450
Mariadb supports Unix Socket Authentication Plugin - https://mariadb.com/kb/en/authentication-plugin-unix-socket/ With it it is possible to login without password, for example: ``` [root@localhost ~]# mysql Welcome to the MariaDB monitor. Commands end...
## Feature Request **Is your feature request related to a problem? Please describe:** bytes limit per statement doesn't fit all cases, for example, one table has many columns and another...
## Feature Request **Is your feature request related to a problem? Please describe:** In dumpling we have variable `conf.SortByPk`. When it's false, dumpling won't add order by clause after the...
## Feature Request **Is your feature request related to a problem? Please describe:** Currently, users don't know that `--rows` can enable inner-table concurrency. **Describe the feature you'd like:** 1. Add...
## Feature Request **Is your feature request related to a problem? Please describe:** mydumper's metadata has some not so good design, for example, write an empty `GTID:` when not enable...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.5.1 to 1.11.1. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.11.1 / 2022-02-15 [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed CVE-2022-21698) What's...