Skip to content

Commit

Permalink
Set join-lookup limit (ydb-platform#6455)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmike authored Jul 9, 2024
1 parent d4eee5c commit cc8a4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/protos/table_service_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ message TTableServiceConfig {
optional bool EnablePerStatementQueryExecution = 56 [default = false];
optional bool EnableCreateTableAs = 57 [default = true];

optional uint64 IdxLookupJoinPointsLimit = 58 [default = 1];
optional uint64 IdxLookupJoinPointsLimit = 58 [default = 3];
optional bool OldLookupJoinBehaviour = 59 [default = false];

optional bool EnableOltpSink = 60 [default = false];
Expand Down

0 comments on commit cc8a4ed

Please sign in to comment.