himanshug opened a new issue #8108: subtotal spec processing optimization URL: https://github.com/apache/incubator-druid/issues/8108 currently we fill a Grouper object for each subtotal spec which is not a prefix of top level dimensions. We can reuse Grouper created for one subtotal spec by another if second subtotal spec is prefix of first subtotal spec.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
