DBDB.io The Encyclopedia of Database Systems · Est. 2017
Database of Databases

BusTub is an educational disk-oriented DBMS used for teaching database courses at Carnegie Mellon University.

Source Code
https://github.com/cmu-db/bustub[01]
Country of Origin
US
Start Year
2019 [02]
Project Types
Academic, Educational, Open Source
Written in
C++
Operating Systems
Linux, macOS, Windows
License
MIT License

BusTub is an educational disk-oriented DBMS used for teaching database courses at Carnegie Mellon University.

Data Model


Indexes


Joins


Logging


Query Compilation


Query Execution


Query Interface


SQL

BusTub added support for SQL in 2022. A demo is available using the BusTub webshell.

Storage Architecture


Storage Model


Storage Organization


Stored Procedures


Views


Citations

2 sources
  1. GitHub - cmu-db/bustub: The BusTub Relational Database Management System (Educational) · GitHub github.com
  2. Initial commit github.com
Revision #6