aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhor911 <hor911@ydb.tech>2023-07-12 12:20:37 +0300
committerhor911 <hor911@ydb.tech>2023-07-12 12:20:37 +0300
commitb86329276a736d2dc43e7a721fb6f0e81be17175 (patch)
tree14fe04bebdf17113c5a657261cab90e33ee31859
parent805223580f2054e7d21ff57cb6119d992c6e1af9 (diff)
downloadydb-b86329276a736d2dc43e7a721fb6f0e81be17175.tar.gz
Enable new optimization Settings
-rw-r--r--ydb/core/fq/libs/actors/run_actor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ydb/core/fq/libs/actors/run_actor.cpp b/ydb/core/fq/libs/actors/run_actor.cpp
index 1399465abd..531da5cbc9 100644
--- a/ydb/core/fq/libs/actors/run_actor.cpp
+++ b/ydb/core/fq/libs/actors/run_actor.cpp
@@ -1559,6 +1559,8 @@ private:
apply("WatermarksGranularityMs", "1000");
apply("WatermarksLateArrivalDelayMs", "5000");
apply("WatermarksIdlePartitions", "true");
+ apply("EnableChannelStats", "true");
+ apply("ExportStats", "true");
switch (Params.QueryType) {
case FederatedQuery::QueryContent::STREAMING: {