I create a cluster with 2M users, and use BR to backup / restore it, meet error #59673
Labels
component/br
This issue is related to BR of TiDB.
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-6.5
may-affects-7.1
may-affects-7.5
may-affects-8.1
may-affects-8.5
severity/major
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
I create a cluster with 2M users:
Use br to backup:
and restore it:
2. What did you expect to see? (Required)
Success
3. What did you see instead (Required)
It use a single
REPLACE INTO
for the mysql tables, when there are 2M users, the transaction is too large.4. What is your TiDB version? (Required)
master 2025-02-20
The text was updated successfully, but these errors were encountered: