Skip to content

A relational database supporting assignment and non-assignment queries capable of returning query results in under 2 seconds

License

Notifications You must be signed in to change notification settings

poojadesur/RelationalDBMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleRA

Overview

  • Coded indexing using B+ Trees, sorting using 2-phase merge sort, joining using partition-hash join
  • check docs/Overview.md for detailed instructions and descriptions of the dbms.

Compilation Instructions

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

A relational database supporting assignment and non-assignment queries capable of returning query results in under 2 seconds

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published