/DBMS_System_secondary_index

a DBMS that organizes the files in a hash table. Also contains a secondary index hashed on a secondary key.

Primary LanguageC

DBMS_System_secondary_index


A database management system that stores records of people in block files.

It is organized as a hash table with the primary key id_number.

Another hash table is also used with the secondary key surname.


Compilation Instructions:

$ make

Execution Instructions:

$ ./build/SHT <input file> 

(If an input file is not given, it is requested later as an input from the user.)