Skip to content

Commit b9d5da4

Browse files
committed
Optimize exchanges by default (only applicabe when make_distributed_plan=true)
1 parent 2dd2f65 commit b9d5da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6727,7 +6727,7 @@ Default number of tasks for parallel reading in distributed query. Tasks are spr
67276727
)", EXPERIMENTAL) \
67286728
DECLARE(Bool, distributed_plan_optimize_exchanges, true, R"(
67296729
Removes unnecessary exchanges in distributed query plan. Disable it for debugging.
6730-
)", EXPERIMENTAL) \
6730+
)", 0) \
67316731
DECLARE(String, distributed_plan_force_exchange_kind, "", R"(
67326732
Force specified kind of Exchange operators between distributed query stages.
67336733

0 commit comments

Comments
 (0)