IsurangaPerera / csce-608-project2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Dependencies

pip install -r requirements.txt

B+ Tree

To conduct the experiments using the B+ tree, execute the commands below. This will generate a file named bplustree_output.txt containing all the results from the experiments.

python bplustree.py

Hash Join

To conduct the experiments using the Hash Join, execute the commands below. This will generate a file named hash_join.txt containing all the results from the experiments.

python hashJoin.py

About


Languages

Language:Python 100.0%