Database management system developed for college purpose.
-
Updated
Feb 22, 2017 - C
Database management system developed for college purpose.
Modules for record (row) storage, implementing unordered (heap) and (static) hash file organization, and secondary indexing. Built on top of a buffer manager.
a DBMS that organizes the files in a hash table. Also contains a secondary index hashed on a secondary key.
Inverted Index implementation with main memory limitation using External Quicksort.
Modules for record (row) storage, implementing unordered (heap) and (static) hash file organization, and secondary indexing. Built on top of a buffer manager.
Add a description, image, and links to the secondary-index topic page so that developers can more easily learn about it.
To associate your repository with the secondary-index topic, visit your repo's landing page and select "manage topics."