We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ad121 commit 631b912Copy full SHA for 631b912
ydb/core/protos/table_service_config.proto
@@ -282,10 +282,10 @@ message TTableServiceConfig {
282
283
optional uint64 ExtractPredicateRangesLimit = 54 [default = 10000];
284
285
- optional bool EnableOlapSink = 55 [default = false];
+ optional bool EnableOlapSink = 55 [default = true];
286
287
optional bool EnablePerStatementQueryExecution = 56 [default = false];
288
- optional bool EnableCreateTableAs = 57 [default = false];
+ optional bool EnableCreateTableAs = 57 [default = true];
289
290
optional uint64 IdxLookupJoinPointsLimit = 58 [default = 3];
291
reserved 59; //optional bool OldLookupJoinBehaviour = 59 [default = false];
0 commit comments