davecromberge opened a new pull request, #14625: URL: https://github.com/apache/pinot/pull/14625
Feature -------- Give the user more control over how sketches are merged in different time buckets for the Merge Rollup Task. Examples where this could be helpful is if the user wanted to trade off accuracy for space savings when dealing with sketches in older time intervals: ``` "daily.aggregationFunctionParameters.metricColumnA.nominalEntries": "8092" "daily.aggregationFunctionParameters.metricColumnA.samplingProbability": "0.1" ``` `release-notes` - New configuration options -- 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-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org