From cc8a4eda2d64a1045fef6f786fd1863ad7c59003 Mon Sep 17 00:00:00 2001 From: Mikhail Surin Date: Tue, 9 Jul 2024 17:10:24 +0300 Subject: [PATCH] Set join-lookup limit (#6455) --- ydb/core/protos/table_service_config.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/core/protos/table_service_config.proto b/ydb/core/protos/table_service_config.proto index ad87e0afe42f..424bcb4634eb 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];