BusTub is a relational database management system built at Carnegie Mellon University for the Introduction to Database Systems (15-445/645) course. This system was developed for educational purposes.
BusTub supports basic SQL Queries and Transactions.
- C++ Primer score
- Homework #1 SQL score
- Buffer Pool Manager score, Leaderboard
- B+Tree Index - CheckPoint 1 score
- B+Tree Index - CheckPoint 2
- Query Execution score, Leaderboard
- Concurrency Control (WIP)