Skip to content

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

Notifications You must be signed in to change notification settings

mar-kan/DBMS_System_secondary_index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.)

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published