Skip to content

Commit

Permalink
Enable Olap settings (#10097)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikvas0 authored Oct 4, 2024
1 parent b0ad121 commit 631b912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ydb/core/protos/table_service_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,10 @@ message TTableServiceConfig {

optional uint64 ExtractPredicateRangesLimit = 54 [default = 10000];

optional bool EnableOlapSink = 55 [default = false];
optional bool EnableOlapSink = 55 [default = true];

optional bool EnablePerStatementQueryExecution = 56 [default = false];
optional bool EnableCreateTableAs = 57 [default = false];
optional bool EnableCreateTableAs = 57 [default = true];

optional uint64 IdxLookupJoinPointsLimit = 58 [default = 3];
reserved 59; //optional bool OldLookupJoinBehaviour = 59 [default = false];
Expand Down

0 comments on commit 631b912

Please sign in to comment.