Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liu-jianhao/CMU-15-445

CMU的数据库系统课程
https://github.com/liu-jianhao/CMU-15-445

cmu cpp11 database database-system sqlite3

Last synced: about 2 months ago
JSON representation

CMU的数据库系统课程

Awesome Lists containing this project

README

        

# CMU-15-445

## 课程地址
[CMU的数据库系统课程时间表](https://15445.courses.cs.cmu.edu/fall2018/index.html)

## 课程简介
该课程是CMU的数据库系统的基础课程,实验需要使用C++11,一共有四个实验:
1. 缓冲池管理器
2. B+树
3. 并发控制
4. 记录和恢复
实验代码在`Lab`目录下,如果想获得没完成实验前的代码,可以在github搜索,找找就有了。

每次实验我都写了一些笔记和总结,分别在不同的文件夹下。

## 建议
每次实验前都要理解透该次实验的理论知识,不然是不可能完成实验的。

建议是先看《数据库系统概念》相关的内容,然后看相应的ppt或者课程视频(B站)。