navina commented on PR #8941:
URL: https://github.com/apache/pinot/pull/8941#issuecomment-1161329788

   > How is this different from the totaltimems that we have today?
   
   Are you referring to `BrokerQueryPhase.QUERY_EXECUTION` metric? It is 
currently defined as:
   ```
   _brokerMetrics.addPhaseTiming(rawTableName, BrokerQueryPhase.QUERY_EXECUTION,
           executionEndTimeNs - routingEndTimeNs);
    ```
   So, it is not the total query processing time. Total query time should start 
from the request compilation phase and all the way to the end. 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to