A storage system that uses a text file as a database and a B+ tree for indexing
- The database being used contains the following variables: MovieId, IMDb rating and the vote information for the movies.
- The database storage is implemented using a text file while a B+ tree is used for indexing
- Mapping tables are implemented which contain the unique block index to where the tuple is stored
- Tested insertion, deletion and search operations and other queries on different block sizes of the database storage to test the efficiency of the B+ tree indexing system
All documents can be found under the Documentation folder
- Full details of the project: CZ4031 Project 1 Report.pdf
- Installation guide: Installation Guide for Source Code.pdf
- Bachhas Nikita
- Kam Chin Voon
- Kundu Koushani