cs-self-learning/docs/数据库系统/15799.md
Leo Xie d3a237b172
[COURSE] Add CMU 15-799 (#396)
* Create 15799.md

* Update mkdocs.yml
2023-01-30 22:59:51 +08:00

31 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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