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.
-
Updated
Apr 7, 2022 - C
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.
a DBMS that organizes the files in a hash table. Also contains a secondary index hashed on a secondary key.
implement and evaluate database management functions, including heap file organization and static hashing, while exploring indexing's impact on database performance
Implementation of non-oriented graph, 2D range tree and block sorted file data structures for search points and paths on map
Add a description, image, and links to the block-file topic page so that developers can more easily learn about it.
To associate your repository with the block-file topic, visit your repo's landing page and select "manage topics."