A relational database, started as a port of BusTub, built for educational purposes
- Predicates on Seq Scan
- Add <, >, <=, >=
- Null
- Other inline types (boolean, bigint, smallint, decimal, timestamp)
- Deletion
- Update
- LIMIT / OFFSET
- Varchar
- Persistent Catalog
- Add LRU replacer
- Add Latches
- Add Transactions
- Add logging
- Add recovery
- Create Hash Index
- Create BTree Index
- Join
- Aggregations
- Sort
- Index Scan