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

Implement background "vacuum" for WARP tables #26

Closed greenlion closed 4 years ago

greenlion commented 4 years ago

Because FastBit is an append-only database, WARP does not do in place updates. This means tables with frequent updates will grow substantially since old row versions are maintained until an OPTIMIZE table operation is run on tables. WARP should be able to automatically rebuild tables in the background to remove old versions.