UWHustle / hustle-in-Rust-now-defunct

Hustle
GNU General Public License v3.0
7 stars 1 forks source link

Delete support #76

Closed kpgaffney closed 5 years ago

kpgaffney commented 5 years ago

This adds support for SQL deletes to the execution engine and the storage manager. Currently we maintain block packing by replacing the deleted row with the last row in the block, but this will change in the future.