This is a program package to learn the algorithms and data structures for database management system. Now this package includes functions for heapfile and static hashfile.
Please refer sample codes to learn how to use.
[Limitation]
- The database fixes the schema of the records. The record includes a string attribute "name" (16bytes) and a integer attribute "age" (2bytes).
[How to compile]
% make
[How to use sample codes]
% cd samples
% make
run the executable files