AlexanderSaydakov commented on pull request #11773:
URL: https://github.com/apache/druid/pull/11773#issuecomment-934915544


   I believe it should be fixed, but I did not verify this myself.
   I think that the configurable parameter still can be useful in some 
circumstances.
   Quantile sketches never stops growing, however they grow very slowly 
(logarithmically). We have to chose a particular slot size for BufferAggregator 
to preallocate. That parameter controls the tradeoff between overestimated 
preallocation and too many sketches growing beyond that and moving to 
additionally allocated slots on heap.


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

Reply via email to