Skip to content

Commit cc8a4ed

Browse files
authored
Set join-lookup limit (#6455)
1 parent d4eee5c commit cc8a4ed

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
@@ -279,7 +279,7 @@ message TTableServiceConfig {
279279
optional bool EnablePerStatementQueryExecution = 56 [default = false];
280280
optional bool EnableCreateTableAs = 57 [default = true];
281281

282-
optional uint64 IdxLookupJoinPointsLimit = 58 [default = 1];
282+
optional uint64 IdxLookupJoinPointsLimit = 58 [default = 3];
283283
optional bool OldLookupJoinBehaviour = 59 [default = false];
284284

285285
optional bool EnableOltpSink = 60 [default = false];

0 commit comments

Comments
 (0)