[COURSE] Add CMU 15-799 (#396)

* Create 15799.md

* Update mkdocs.yml
This commit is contained in:
Leo Xie 2023-01-30 22:59:51 +08:00 committed by GitHub
parent 13c0b7e001
commit d3a237b172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,31 @@
# CMU 15-799: Special Topics in Database Systems
## 课程简介
- 所属大学CMU
- 先修要求CMU 15-445
- 编程语言C++
- 课程难度:🌟🌟🌟
- 预计学时80 小时
    这门课目前只开了两次fall2013 和 spring2022讨论了数据库领域的一些前沿主题。fall2013 讨论了 Streaming、Graph DB、NVM 等spring2022 主要讨论 Self-Driving DBMS都提供有相关论文。
    spring2022 版课程任务:
    任务一:基于 `PostgreSQL` 进行手动性能调优;
    任务二:基于 [NoisePage Pilot](https://github.com/cmu-db/noisepage-pilot) 改进 Self-Driving DBMS不限特性。
    授课更贴近讲座的形式,编程任务较少。对一般同学可以开拓一下视野,对专精数据库的同学可能帮助较大。
## 课程资源
- 课程主页
- [CMU15-799 - Special Topics in Database Systems](https://15799.courses.cs.cmu.edu/fall2013)
- [CMU15-799 - Special Topics: Self-Driving Database Management Systems](https://15799.courses.cs.cmu.edu/spring2022/)
- 课程视频:暂无
- 课程作业2 Projects + 1 Group Project

View File

@ -198,6 +198,7 @@ nav:
- "CMU 15-445: Database Systems": "数据库系统/15445.md"
- "Caltech CS122: Database System Implementation": "数据库系统/CS122.md"
- "Stanford CS346: Database System Implementation": "数据库系统/CS346.md"
- "CMU 15-799: Special Topics in Database Systems": "数据库系统/15799.md"
- 编译原理:
- "Stanford CS143: Compilers": "编译原理/CS143.md"
- 计算机图形学: