Skip to content

Commit

Permalink
enable join_scan by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kuron99 committed Nov 15, 2024
1 parent 8ecc110 commit 760940c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/jogasaki/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ class configuration {
std::size_t scan_default_parallel_ = 1;
bool inplace_teardown_ = true;
bool inplace_dag_schedule_ = true;
bool enable_join_scan_ = false;
bool enable_join_scan_ = true;
};

} // namespace jogasaki

0 comments on commit 760940c

Please sign in to comment.