Skip to content

Commit af8130f

Browse files
author
Pavel Velikhov
committed
Disabling shuffle elimintation by default in stable
1 parent 82e47de commit af8130f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/table_service_config.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ message TTableServiceConfig {
370370

371371
optional bool AllowMultiBroadcasts = 79 [default = false];
372372

373-
optional bool DefaultEnableShuffleElimination = 80 [default = true];
373+
optional bool DefaultEnableShuffleElimination = 80 [default = false];
374374

375375
message TBatchOperationSettings {
376376
optional uint64 MaxBatchSize = 1 [ default = 10000 ];

0 commit comments

Comments
 (0)