https://github.com/ascendho/cmu-db
Carnegie Mellon University Open Course Intro to Database Systems
https://github.com/ascendho/cmu-db
cmu database
Last synced: 9 months ago
JSON representation
Carnegie Mellon University Open Course Intro to Database Systems
- Host: GitHub
- URL: https://github.com/ascendho/cmu-db
- Owner: ascendho
- Created: 2025-09-27T14:29:19.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-10-04T15:49:24.000Z (9 months ago)
- Last Synced: 2025-10-04T17:37:17.832Z (9 months ago)
- Topics: cmu, database
- Homepage: https://15445.courses.cs.cmu.edu/fall2025/
- Size: 19.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CMU 15-445/645
该课程将全面涵盖数据模型(关系型、文档型、键值型)、存储模型(n 元模型、分解模型)、查询语言(SQL、存储过程)、存储架构(堆存储、日志结构存储)、索引与过滤器(保序树、哈希表、向量索引)、事务处理(ACID 特性、并发控制)、恢复机制(日志记录、检查点)、查询处理(连接、排序、聚合、优化)以及并行架构(多核、分布式)等内容。