File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # MiniDataBase
1+ # DeepDataBase
22Data Storage and Retrieval using B+ Tree Indexing.
33
44The database engine is designed on Relational model.
@@ -39,15 +39,15 @@ A separate multilevel B+ tree is created for each table. Each node contains maxi
3939System also calculates the time taken by the search algorithm.
4040
4141## DEVELOPMENT:
42- The whole project is initially done on eclipse platform(C/C++ perspective).
42+ The whole project is initially done on eclipse platform(C/C++ perspective)-> in repo [ MiniDataBase ] ( https://github.com/msdeep14/MiniDataBase )
4343
4444Further modifications are done on linux
4545
4646For execution: Open directory MiniDatabase(branch: master ) and on terminal
4747
48481 . Type ** make** , it will compile the project.
4949
50- 2 . Type ** ./tinydb ** for running project.
50+ 2 . Type ** ./deepdb ** for running project.
5151
52523 . Type ** make clean** for recompiling the project.
5353
You can’t perform that action at this time.
0 commit comments