Skip to content

Commit 0e4b669

Browse files
authored
set predicate-extract config default (ydb-platform#6456)
1 parent 0711d51 commit 0e4b669

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

ydb/core/protos/table_service_config.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ message TTableServiceConfig {
279279
optional bool EnablePerStatementQueryExecution = 56 [default = false];
280280
optional bool EnableCreateTableAs = 57 [default = true];
281281

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

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

ydb/tests/functional/canonical/canondata/test_sql.TestCanonicalFolder1.test_case_join_join_range_right.sql-plan_/join_join_range_right.sql.plan

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,7 @@
2929
"Key2",
3030
"Value"
3131
],
32-
"lookup_by": [
33-
"Key1 (103)"
34-
],
35-
"scan_by": [
36-
"Key2 (-\u221e, +\u221e)"
37-
],
38-
"type": "Scan"
32+
"type": "Lookup"
3933
}
4034
]
4135
}

0 commit comments

Comments
 (0)