Jackie-Jiang commented on issue #6439: URL: https://github.com/apache/pinot/issues/6439#issuecomment-897208938
@kishoreg For group-by queries (not specific to the `mode`), if the group key is partitioned, then the aggregation can be pushed down to server (directly get the final result instead of sending back the intermediate result). For `mode`, if the `price` is partitioned, we can send back only 1 map entry (similar to `segmentPartitionedDistinctCount`) -- 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]
