This program examines the importance of indexing in database management optimization, using a heap file or a hash table on some simple data concerning users. The actions taken on the records are insertion, deletion and lookup.
cd HeapFile && make && ./main
cd HashTable && make && ./main