Lecture 1: Introduction
Lectures: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23
Overview
This lecture will introduce relational database systems, contrast them with other approaches for storing and modeling data, and introduce at a high level the core ideas behind databases, namely:
- The relational model, algebra, and declarative query languages.
- Query optimization and planning.
- Transactions and database recovery.
Given these high level ideas, we will look in some detail at the architecture of a database system, discussing each of the components that we will study throughout the semester.
There is no reading assigned for this lecture.