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.
Modules for record (row) storage, implementing unordered (heap) and (static) hash file organization, and secondary indexing. Built on top of a buffer manager.
Inverted Index implementation with main memory limitation using External Quicksort.
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."