Skip to content

Latest commit

 

History

History
97 lines (58 loc) · 4.59 KB

README.md

File metadata and controls

97 lines (58 loc) · 4.59 KB

Database Systems Resources

Overview

This repo contains a list of resources that are hopefully useful for people who want to learn more about database systems. Resources include papers, university courses, blog posts, talks, and other sources.

Courses

The CMU Database Group have put video lectures and other resources from two of their courses online. They've even provided Gradescope access for non-CMU students so that you can submit assignments and have them assessed by the autograder.

CMU 15-445/645 - Introduction to Database Systems

CMU 15-721 - Advanced Database Systems

This course covers more advanced topics in database system internals, including in-memory database systems, OLAP systems, etc.

MIT 6.830 / 6.814 - Database Systems

MIT has a course on Database Systems available on OpenCourseWare. There's not much there, but there are lecture notes that follow readings from the famous Red Book.

Cornell - CS 4320

Prof. Immanuel Trummer has put a bunch of great lectures online. These are especially useful if you're reading Database Management Systems by Ramakrishnan et al.

Misc Resources

Papers and Blog Posts

On Popular Database Systems from Industry

Popular Database Systems from Academia

Performance / Operating Systems

Overviews

Other

Big Data Reading List

People

This is a totally incomplete list of people doing interesting work in databases and adjacent areas.

Talks and Lecture Series

Books

Testing