Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 329 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 329 Bytes

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