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

Support fast alter table #20

Open
greenlion opened this issue Jul 14, 2020 · 0 comments
Open

Support fast alter table #20

greenlion opened this issue Jul 14, 2020 · 0 comments
Labels
BETA3 Target for beta #3 enhancement New feature or request performance Issue is related to storage engine performance usability Improve usability of the storage engine

Comments

@greenlion
Copy link
Owner

The following should be supported without rebuilding the entire table but still require a table lock:
Adding keys
Dropping keys
Adding columns
Dropping columns
Changing default values

The following should require rebuilding a table:
ADD PRIMARY KEY
ADD UNIQUE KEY

@greenlion greenlion added enhancement New feature or request performance Issue is related to storage engine performance usability Improve usability of the storage engine labels Jul 23, 2020
@greenlion greenlion added the BETA3 Target for beta #3 label Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BETA3 Target for beta #3 enhancement New feature or request performance Issue is related to storage engine performance usability Improve usability of the storage engine
Projects
None yet
Development

No branches or pull requests

1 participant