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 2022/02/08 23:50:40 UTC

[GitHub] [pinot] hristo-stripe commented on issue #8089: Truncated results when using GROUP BY on a high cardinality column

hristo-stripe commented on issue #8089:
URL: https://github.com/apache/pinot/issues/8089#issuecomment-1033177235


   You might have to set the `groupby.trim.threshold` property as well. It's set to 1M by default so anything above that gets trimmed at the group by operator.
   
   See this code for more info: https://github.com/apache/pinot/blob/ae443e28f10acc349f3a3c4bec9a510fa6a4541a/pinot-core/src/main/java/org/apache/pinot/core/plan/maker/InstancePlanMakerImplV2.java#L83


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