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

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

Awesome Lists containing this project

README

          

## CMU 15-445/645

该课程将全面涵盖数据模型(关系型、文档型、键值型)、存储模型(n 元模型、分解模型)、查询语言(SQL、存储过程)、存储架构(堆存储、日志结构存储)、索引与过滤器(保序树、哈希表、向量索引)、事务处理(ACID 特性、并发控制)、恢复机制(日志记录、检查点)、查询处理(连接、排序、聚合、优化)以及并行架构(多核、分布式)等内容。