Skip to content

Commit

Permalink
Merge pull request #154 from project-tsurugi/scan_default_parallel
Browse files Browse the repository at this point in the history
add sql.scan_default_parallel config. param.
  • Loading branch information
YoshiakiNishimura authored Oct 28, 2024
2 parents 4d84f78 + 99ae503 commit 1c87f52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tateyama/configuration/bootstrap_configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ static constexpr std::string_view default_configuration { // NOLINT
"dev_rtx_parallel_scan=false\n"
"dev_thousandths_ratio_check_local_first=100\n"
"dev_direct_commit_callback=false\n"
"scan_default_parallel=1\n"

"[ipc_endpoint]\n"
"database_name=tsurugi\n"
Expand Down

0 comments on commit 1c87f52

Please sign in to comment.