Skip to content

This is a data base implementation using extendible hashing and secondary indexes

Notifications You must be signed in to change notification settings

drammos/DataBaseHashing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Base Implementation - Extendible Hashing

This project is our implementation for Extendible Hashing and Secondary Indexes for course named "Implementation of Data Base Systems".

Database

Our Team Members

Ioanna Oikonomou

Dimitris Rammos

Install

git clone https://github.com/ioannaoiko/DB_2021-22

Code

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.

Project Objective

You can find the project objective for the second part here.

Compilation

If you want to run the code:

cd Project_(i), i = 1,2
make run

About

This is a data base implementation using extendible hashing and secondary indexes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.1%
  • Makefile 0.9%