You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
feat: load indexes for TPC-H, 13x speedup on SF 0.1 (#131)
**Summary**: Now loading constraints + indexes (though constraints are
temporarily broken) when loading data for TPC-H.
**Demo**:
Without constraints, TPC-H SF0.1 takes ~13s. With constraints, it takes
~1s.


**Details**:
* Constraints file is from dbgym (is a private repo so I can't link it).
* Note that constraints are currently broken so I commented it. Not
adding constraints doesn't cause noticeable issues so I'm punting this
to later.
* Made `get_optd_root()` check that it's actually in the optd repo (and
not the tpch-kit repo).
* Added option to run commands in a directory instead of manually
changing directory beforehand (which might cause us to CD into tpch-kit
and mess up `get_optd_root()`).
0 commit comments