Support fast alter table #20
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
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
The text was updated successfully, but these errors were encountered: