Skip to content

A database management system that uses block files written in C. There are two implementations: HP organizes the files in a heap. HT organizes the files in a hash table.

Notifications You must be signed in to change notification settings

mar-kan/DBMS_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBMS_System

A database management system that uses block files written in C.

There are two implementations:

HP organizes the files in a heap. 
HT organizes the files in a hash table.

Compilation instructions:

$ make

Execution instructions:

HP: $ ./HP
HT: $ ./HT record_examples/records1K.txt

About

A database management system that uses block files written in C. There are two implementations: HP organizes the files in a heap. HT organizes the files in a hash table.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published