- 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.
cd into the soure directory (called src)
cd src
To compile
make clean
make
Post compilation, an executable names server will be created in the src directory
./server