diff options
author | hor911 <hor911@ydb.tech> | 2023-07-12 12:20:37 +0300 |
---|---|---|
committer | hor911 <hor911@ydb.tech> | 2023-07-12 12:20:37 +0300 |
commit | b86329276a736d2dc43e7a721fb6f0e81be17175 (patch) | |
tree | 14fe04bebdf17113c5a657261cab90e33ee31859 | |
parent | 805223580f2054e7d21ff57cb6119d992c6e1af9 (diff) | |
download | ydb-b86329276a736d2dc43e7a721fb6f0e81be17175.tar.gz |
Enable new optimization Settings
-rw-r--r-- | ydb/core/fq/libs/actors/run_actor.cpp | 2 |
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: { |