This repository was archived by the owner on Jul 24, 2024. It is now read-only.
br v4.0.15
Improvements
- Split and scatter Regions concurrently to improve restore speed #1429
- Retry BR tasks when encountering the PD request error or the TiKV I/O timeout error #1433
- Reduce empty Regions when restoring many small tables to avoid affecting cluster operation after the restore #1374 #1432
- Perform the
rebase auto idoperation while creating tables, which saves the separaterebase auto idDDL operations to speed up restore #1424
Bug fixes
- Fix a bug that the average speed is inaccurate in backup and restore #1410