klsince commented on code in PR #15376:
URL: https://github.com/apache/pinot/pull/15376#discussion_r2014618297


##########
pinot-tools/src/main/java/org/apache/pinot/tools/perf/QueryRunner.java:
##########
@@ -292,6 +294,7 @@ public static QuerySummary 
singleThreadedQueryRunner(PerfBenchmarkDriverConf con
     long totalBrokerTime = 0L;
     long totalClientTime = 0L;
     List<Statistics> statisticsList = Collections.singletonList(new 
Statistics(CLIENT_TIME_STATISTICS));
+    Map<String, QueryStat> queryStatMap = new HashMap<>();

Review Comment:
   maybe consider to add a feature flag to enable/disable detailed query stats, 
in case the number of queries is huge 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to