You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/07/08 21:04:40 UTC

[GitHub] [incubator-pinot] Jackie-Jiang opened a new issue #7144: Add `numConsumingSegmentsProcessed` and `numConsumingSegmentsMatched` into the query response metadata

Jackie-Jiang opened a new issue #7144:
URL: https://github.com/apache/incubator-pinot/issues/7144


   Currently we have the following metadata in the query response:
   - numSegmentsQueried: number of segments queried by the broker
   - numSegmentsProcessed: number of segments processed after the server-side segment pruning
   - numSegmentsMatched: number of segments that has records matched
   - numConsumingSegmentsQueried: number of consuming segments queried by the broker
   
   We want to also add `numConsumingSegmentsProcessed` and `numConsumingSegmentsMatched` to the query response metadata.
   
   Note: In the `DataTable.MetadataKeys`, we mistakenly use `NUM_CONSUMING_SEGMENTS_PROCESSED` to represent the `numConsumingSegmentsQueried`


-- 
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-unsubscribe@pinot.apache.org

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



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


[GitHub] [incubator-pinot] yashrsharma44 commented on issue #7144: Add `numConsumingSegmentsProcessed` and `numConsumingSegmentsMatched` into the query response metadata

Posted by GitBox <gi...@apache.org>.
yashrsharma44 commented on issue #7144:
URL: https://github.com/apache/incubator-pinot/issues/7144#issuecomment-877300250


   Can I pick this up?


-- 
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-unsubscribe@pinot.apache.org

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



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


[GitHub] [incubator-pinot] Jackie-Jiang commented on issue #7144: Add `numConsumingSegmentsProcessed` and `numConsumingSegmentsMatched` into the query response metadata

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang commented on issue #7144:
URL: https://github.com/apache/incubator-pinot/issues/7144#issuecomment-877384513


   @yashrsharma44 Sure, go ahead!


-- 
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-unsubscribe@pinot.apache.org

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



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