Skip to content

Commit

Permalink
set predicate-extract config default (#6456)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssmike authored Jul 10, 2024
1 parent 0711d51 commit 0e4b669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ydb/core/protos/table_service_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ message TTableServiceConfig {
optional bool EnablePerStatementQueryExecution = 56 [default = false];
optional bool EnableCreateTableAs = 57 [default = true];

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

optional bool EnableOltpSink = 60 [default = false];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,7 @@
"Key2",
"Value"
],
"lookup_by": [
"Key1 (103)"
],
"scan_by": [
"Key2 (-\u221e, +\u221e)"
],
"type": "Scan"
"type": "Lookup"
}
]
}
Expand Down

0 comments on commit 0e4b669

Please sign in to comment.