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