Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 576 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 576 Bytes

GoBustub

A relational database, started as a port of BusTub, built for educational purposes

Roadmap

  • 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