greenlion / warp

WarpSQL Server, an open source OLAP focused distribution of the world's most popular open source database bundled with OLAP performance related plugins such as the WARP storage engine..
http://warpsql.blog
Other
41 stars 2 forks source link

Support fast alter table #20

Open greenlion opened 4 years ago

greenlion commented 4 years ago

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