From 4e1fb7d8116ba50075275620567cce9c0f764177 Mon Sep 17 00:00:00 2001 From: Yinmin Zhong Date: Fri, 15 Dec 2023 14:32:54 +0800 Subject: [PATCH] translate 15799 --- docs/数据库系统/15799.en.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/数据库系统/15799.en.md diff --git a/docs/数据库系统/15799.en.md b/docs/数据库系统/15799.en.md new file mode 100644 index 00000000..3a98b97d --- /dev/null +++ b/docs/数据库系统/15799.en.md @@ -0,0 +1,28 @@ +# CMU 15-799: Special Topics in Database Systems + +## Course Introduction + +- **University**: Carnegie Mellon University (CMU) +- **Prerequisites**: CMU 15-445 +- **Programming Language**: C++ +- **Course Difficulty**: 🌟🌟🌟 +- **Estimated Study Time**: 80 hours + +This course has only been offered twice so far, in Fall 2013 and Spring 2022, and it discusses some cutting-edge topics in the field of databases. The Fall 2013 session covered topics like Streaming, Graph DB, NVM, etc., while the Spring 2022 session mainly focused on Self-Driving DBMS, with relevant papers provided. + +The tasks for the Spring 2022 version of the course included: + +1. **Task One**: Manual performance tuning based on `PostgreSQL`. +2. **Task Two**: Improving the Self-Driving DBMS based on [NoisePage Pilot](https://github.com/cmu-db/noisepage-pilot), with no limitations on features. + +The teaching style is more akin to a seminar, with fewer programming assignments. This course can broaden the horizons for general students and may be particularly beneficial for those specializing in databases. + +## Course Resources + +- **Course Homepages**: + - [CMU15-799 - Special Topics in Database Systems (Fall 2013)](https://15799.courses.cs.cmu.edu/fall2013) + - [CMU15-799 - Special Topics: Self-Driving Database Management Systems (Spring 2022)](https://15799.courses.cs.cmu.edu/spring2022/) + +- **Course Videos**: Not available + +- **Course Assignments**: 2 Projects + 1 Group Project \ No newline at end of file