This project is our implementation for Extendible Hashing and Secondary Indexes for course named "Implementation of Data Base Systems".
git clone https://github.com/ioannaoiko/DB_2021-22
In the First Exercise( Project_1)
we implemented a database with extendible hashing.
In the Second Exercise( Project_2)
we developed the previous part by adding secondary indexes.
You can find the project objective for the second part here.
If you want to run the code:
cd Project_(i), i = 1,2
make run