You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My TiDB version is v6.5.3. When I try to restore a full backup from S3 to a new TiDB database using BR, I encounter an error. The error message is as follows:
"Error: [ddl:1069]Too many keys specified; max 64 keys allowed."
I have already configured index-limit = 512, but I still encounter the error. How can I verify if the index-limit value in my database is indeed set to 512?
The text was updated successfully, but these errors were encountered:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
My TiDB version is v6.5.3. When I try to restore a full backup from S3 to a new TiDB database using BR, I encounter an error. The error message is as follows:
"Error: [ddl:1069]Too many keys specified; max 64 keys allowed."
I have already configured
index-limit = 512
, but I still encounter the error. How can I verify if theindex-limit
value in my database is indeed set to 512?The text was updated successfully, but these errors were encountered: