Skip to content

An implementation of a relational database management system with efficient storage of matrices, with a specialized page design to improve efficiency of certain queries. Also implemented various database queries (joins, group by), and indexing with B+-Trees.

License

Notifications You must be signed in to change notification settings

vidit-jain/relational-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

relational-db

An implementation of a relational database management system with efficient storage of matrices, with a specialized page design to improve efficiency of certain queries. Also implemented various database queries (joins, group by), and indexing with B+-Trees.

Compilation Instructions

We use make to compile all the files and creste the server executable. make is used primarily in Linux systems, so those of you who want to use Windows will probably have to look up alternatives (I hear there are ways to install make on Windows). To compile

cd into the SimpleRA directory

cd SimpleRA

cd into the soure directory (called src)

cd src

To compile

make clean
make

To run

Post compilation, an executable names server will be created in the src directory

./server

About

An implementation of a relational database management system with efficient storage of matrices, with a specialized page design to improve efficiency of certain queries. Also implemented various database queries (joins, group by), and indexing with B+-Trees.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published