Skip to content

brunocalza/go-bustub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages