You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pinot.apache.org by GitBox <gi...@apache.org> on 2018/11/21 02:27:08 UTC

[GitHub] kishoreg commented on a change in pull request #3525: Adding execution stats for numSegmentsQueried/Processed/Matched

kishoreg commented on a change in pull request #3525: Adding execution stats for numSegmentsQueried/Processed/Matched
URL: https://github.com/apache/incubator-pinot/pull/3525#discussion_r235235324
 
 

 ##########
 File path: pinot-common/src/main/java/com/linkedin/pinot/common/utils/DataTable.java
 ##########
 @@ -29,6 +29,9 @@
   String NUM_DOCS_SCANNED_METADATA_KEY = "numDocsScanned";
   String NUM_ENTRIES_SCANNED_IN_FILTER_METADATA_KEY = "numEntriesScannedInFilter";
   String NUM_ENTRIES_SCANNED_POST_FILTER_METADATA_KEY = "numEntriesScannedPostFilter";
+  String NUM_SEGMENTS_QUERIED = "numSegmentsQueried";
 
 Review comment:
   Added NumSegmentsQueried. Logged the stats and emitted the metrics.
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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