Skip to content

Commit ea7a537

Browse files
committed
undo turning flags on
1 parent 8be22f8 commit ea7a537

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

ydb/core/protos/table_service_config.proto

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ message TTableServiceConfig {
290290

291291
optional uint64 ExtractPredicateRangesLimit = 54 [default = 10000];
292292

293-
optional bool EnableOlapSink = 55 [default = true];
293+
optional bool EnableOlapSink = 55 [default = false];
294294

295295
optional bool EnablePerStatementQueryExecution = 56 [default = false];
296296
optional bool EnableCreateTableAs = 57 [default = false];
@@ -317,7 +317,7 @@ message TTableServiceConfig {
317317

318318
optional bool EnableImplicitQueryParameterTypes = 66 [ default = false ];
319319

320-
optional string EnableSpillingNodes = 67 [ default = "All" ];
320+
optional string EnableSpillingNodes = 67 [ default = "None" ];
321321

322322
message TComputeSchedulerSettings {
323323
optional uint64 AdvanceTimeIntervalUsec = 1 [default = 500000];
@@ -367,9 +367,9 @@ message TTableServiceConfig {
367367
optional bool EnableStreamWrite = 77 [default = false];
368368
optional bool EnableBatchUpdates = 78 [default = false];
369369

370-
optional bool AllowMultiBroadcasts = 79 [default = true];
370+
optional bool AllowMultiBroadcasts = 79 [default = false];
371371

372-
optional bool DefaultEnableShuffleElimination = 80 [default = false];
372+
optional bool DefaultEnableShuffleElimination = 80 [default = true];
373373

374374
message TBatchOperationSettings {
375375
optional uint64 MaxBatchSize = 1 [ default = 10000 ];
@@ -381,9 +381,11 @@ message TTableServiceConfig {
381381

382382
optional TBatchOperationSettings BatchOperationSettings = 81;
383383

384-
optional bool EnableFoldUdfs = 82 [ default = true ];
384+
optional bool EnableFoldUdfs = 82 [ default = false ];
385385

386-
optional bool FilterPushdownOverJoinOptionalSide = 83 [ default = true ];
386+
optional bool FilterPushdownOverJoinOptionalSide = 83 [ default = false];
387387

388-
optional bool EnableSpillingInHashJoinShuffleConnections = 85 [default = true];
388+
optional bool EnableOlapScalarApply = 86 [default = true];
389+
390+
optional bool EnableSpillingInHashJoinShuffleConnections = 85 [default = false];
389391
};

0 commit comments

Comments
 (0)