UWHustle / hustle-in-Rust-now-defunct

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

Block rework #75

Closed kpgaffney closed 5 years ago

kpgaffney commented 5 years ago

This includes modifications to storage blocks to make them schema-aware. It also separates the relational storage engine and the key-value storage engine. Both of these changes make the storage API more ergonomic and improve the organization of the code.