We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a246d2e commit 8b82a3eCopy full SHA for 8b82a3e
ydb/core/protos/table_service_config.proto
@@ -224,7 +224,7 @@ message TTableServiceConfig {
224
optional uint64 SessionIdleDurationSeconds = 28 [default = 600];
225
optional TAggregationConfig AggregationConfig = 29;
226
optional bool EnableKqpScanQueryStreamLookup = 30 [default = true];
227
- optional bool EnableKqpDataQueryStreamLookup = 31 [default = true];
+ optional bool EnableKqpDataQueryStreamLookup = 31 [default = false];
228
optional TExecuterRetriesConfig ExecuterRetriesConfig = 32;
229
reserved 33; // optional bool EnableKqpDataQueryStreamPointLookup = 33 [default = false];
230
optional bool EnablePublishKqpProxyByRM = 34 [default = true];
0 commit comments