Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

br: improve performance of restore index repair phase #59090

Open
BornChanger opened this issue Jan 21, 2025 · 0 comments
Open

br: improve performance of restore index repair phase #59090

BornChanger opened this issue Jan 21, 2025 · 0 comments
Labels
component/br This issue is related to BR of TiDB. type/enhancement The issue or PR belongs to an enhancement.

Comments

@BornChanger
Copy link
Contributor

Enhancement

currently, pitr restore might repair indexes at the last phase. But the execution is serial, which is of slow performance. We need to parallel the index creation to get better performance.

@BornChanger BornChanger added component/br This issue is related to BR of TiDB. type/enhancement The issue or PR belongs to an enhancement. labels Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/br This issue is related to BR of TiDB. type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant