- run the
main.pyfile.
defaults are provided for all arguments.
--r [path to relation json ]Default is "/inputs/relations.json"--s [path to statistics json ]Default is "./inputs/statistics.json"--q [path to query json]Default is "./queries/Q1.json"
The index data structure used is linear hashing.
Indexes are currently made on Student.major, Student.sid, and Enroll.sid. This is defined in the loadIndexes function within the index.py file.