For the final programming project, you will build a simple query processor for Minirel, which will handle a (small) subset of SQL. You will also implement some simple utilities that will allow you to create and manipulate databases. Please click here to view a description of the assignment. Like before, you can find the skeleton code on the CTools site.
Minirel Assignment 1: Buffer Manager
For the remaining two programming projects, you will be building components of a (small) DBMS called Minirel. Before getting started, please see the Minirel system overview.
The first system component you will work on is the buffer manager. Please
click here to view a description of the assignment. The skeleton framework code is provided on the course CTools site. The discussion section on Friday will introduce the Minirel project, but it will be helpful to read the system overview and assignment before attending discussion.