hi,
I read the following in the docs:
druid.query.groupBy.numParallelCombineThreads - Hint for the number of parallel combining threads. This should be larger than 1 to turn on the parallel combining feature. The actual number of threads used for parallel combining is min(druid.query.groupBy.numParallelCombineThreads, druid.processing.numThreads).
Has anyone used this particular parameter in their cluster configuration? Does this help speed up groupBy queries?
Thanks,
Prathamesh