diff options
| author | Mikhail Surin <[email protected]> | 2024-07-09 17:10:24 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-09 17:10:24 +0300 |
| commit | cc8a4eda2d64a1045fef6f786fd1863ad7c59003 (patch) | |
| tree | 310304f2426a5d749f348280028e934cb66e5257 | |
| parent | d4eee5c11a5860236976e63a37a1e5f08da1cbb2 (diff) | |
Set join-lookup limit (#6455)
| -rw-r--r-- | ydb/core/protos/table_service_config.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/protos/table_service_config.proto b/ydb/core/protos/table_service_config.proto index ad87e0afe42..424bcb4634e 100644 --- a/ydb/core/protos/table_service_config.proto +++ b/ydb/core/protos/table_service_config.proto @@ -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]; |
