The goal, at the high-level, is to design and implement a disk-oriented database management system built from scratch, that organizes and stores data using paged files while retrieving data efficiently using buffer pool.
Advanced Database Organization course (CS525) at Illinois Institute of Technology in Fall 2024 spans major deep DB topics including:
-
Disk Storage and Buffere Management
-
Indexing and
-
Hashing
-
Query Optimization
-
Concurrency control and Data Recovery
-
Implementation of disk-oriented DBMS from scratch with c programming