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 d4eee5c commit cc8a4edCopy full SHA for cc8a4ed
ydb/core/protos/table_service_config.proto
@@ -279,7 +279,7 @@ message TTableServiceConfig {
279
optional bool EnablePerStatementQueryExecution = 56 [default = false];
280
optional bool EnableCreateTableAs = 57 [default = true];
281
282
- optional uint64 IdxLookupJoinPointsLimit = 58 [default = 1];
+ optional uint64 IdxLookupJoinPointsLimit = 58 [default = 3];
283
optional bool OldLookupJoinBehaviour = 59 [default = false];
284
285
optional bool EnableOltpSink = 60 [default = false];
0 commit comments