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/26 21:38:13 UTC

[GitHub] [pinot] kkrugler commented on issue #7206: Support new option to force all groups to be returned per segment

kkrugler commented on issue #7206:
URL: https://github.com/apache/pinot/issues/7206#issuecomment-887045249


   I see various `GroupByUtils.getTableCapacity()` methods that calculate the result trim size, but some of them only take a limit (without query context).
   
   And I see existing options that seem related:
   
   ``` java
           public static final String ENABLE_SEGMENT_TRIM = "enableSegmentTrim";
           public static final String MIN_SEGMENT_TRIM_SIZE = "minSegmentTrimSize";
   ```
   
   Though the way these are used isn't obvious to me.


-- 
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