https://github.com/xingdl2007/cmu15-445
:floppy_disk: CMU 15-445/645: Intro to Database Systems (Fall 2017). A course on the design and implementation of database management systems.
https://github.com/xingdl2007/cmu15-445
bplustree buffer-pool database-systems sqlite3 write-ahead-log
Last synced: about 1 month ago
JSON representation
:floppy_disk: CMU 15-445/645: Intro to Database Systems (Fall 2017). A course on the design and implementation of database management systems.
- Host: GitHub
- URL: https://github.com/xingdl2007/cmu15-445
- Owner: xingdl2007
- Created: 2018-02-03T03:47:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T08:42:53.000Z (almost 7 years ago)
- Last Synced: 2024-08-01T22:44:18.674Z (10 months ago)
- Topics: bplustree, buffer-pool, database-systems, sqlite3, write-ahead-log
- Language: C++
- Homepage:
- Size: 2.41 MB
- Stars: 163
- Watchers: 6
- Forks: 50
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[CMU 15-445/645 (Fall 2017) Database Systems](http://15445.courses.cs.cmu.edu/fall2017/). A course on the design and implementation of database management systems.
## Projects
- [x] Project 1 - Buffer Pool
- [x] Project 2 - B+Tree
- [x] Project 3 - Concurrency Control
- [x] Project 4 - Logging & Recovery
- [ ] Project 5 - Extra Credit (Benchmarking a DBMS, skip this project)