-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
component/brThis issue is related to BR of TiDB.This issue is related to BR of TiDB.type/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.
Description
Enhancement
Currently, BR only has 16 db pools to create databases, and it takes about more than one hour to create 200K databases. However, if BR uses 100 db pools to create databases, it only takes about half an hour to finish create 200K databases.
tidb/br/pkg/restore/snap_client/client.go
Line 69 in c550aae
defaultDDLConcurrency = 16 |
Metadata
Metadata
Assignees
Labels
component/brThis issue is related to BR of TiDB.This issue is related to BR of TiDB.type/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.