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

alter talbe add index optimization #1376

Open
rockeet opened this issue Oct 17, 2023 · 0 comments
Open

alter talbe add index optimization #1376

rockeet opened this issue Oct 17, 2023 · 0 comments

Comments

@rockeet
Copy link
Contributor

rockeet commented Oct 17, 2023

Currently creating index by alter table add index ... will scan table one pass for each index, this waste cpu time if there are multi indexes are created in one statement.

It is possible to scan table one pass for all indexes in the alter table statement, especially if the table row is big, the performance improvements should be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant