Closed
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
During regression benchmarks it was found that DISTINCT queries has a performance drop. The analysis showed the size
function implementation for DistinctCountAccumulator
is inefficient.
Describe the solution you'd like
Need to improve size function or the way how number of bytes is collected
Describe alternatives you've considered
None
Additional context
Analysis details #5313
Original benchmarks ticket #5276