UWHustle / hustle-in-Rust-now-defunct

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

Backend overhaul #97

Closed kpgaffney closed 5 years ago

kpgaffney commented 5 years ago

This updates some of the foundational components of Hustle to provide improvements in performance and functionality. Normally PRs should not be this large; however, these changes would probably break Hustle if implemented in a series of smaller PRs, so it is all included here. The changes are summarized below.

Storage Manager

Execution Engine

Type System

Catalog

Common

This closes #86, closes #87, closes #89, and closes #90.