[MDEV-32440] parallel mariadb-dump -T Created: 2023-10-10 Updated: 2023-10-11 Resolved: 2023-10-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | beginner-friendly | ||
| Issue Links: |
|
||||||||
| Description |
|
Add a new option --use-threads, it will apply only to the mariadb-dump -T mode and will make it to dump tables in that many threads. If --single-transaction is specified too, should use a consistent snapshot over all threads. |