xy720 commented on a change in pull request #7030: URL: https://github.com/apache/incubator-doris/pull/7030#discussion_r747344145
########## File path: be/src/runtime/query_statistics.h ########## @@ -78,6 +93,10 @@ class QueryStatistics { // number rows returned by query. // only set once by result sink when closing. int64_t returned_rows; + + // The statistics of the query on each backend. + typedef std::unordered_map<int64_t, NodeStatistics*> NodeStatisticsMap; + NodeStatisticsMap nodes_statistics_map; Review comment: done. -- 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...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org