You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alamb
changed the title
Implement fast Vectorized grouping for high cardinality
Complete Implement fast Vectorized grouping for high cardinality
Jul 13, 2023
I am claiming success this ticket 🎉 -- I have the blog post #6988 written, and will get a PR up with a proposal in a few days, but I see no value in keeping this ticket open longer, so I am closing it
Is your feature request related to a problem or challenge?
This is a summary issue tracking the work to complete the design described in #4973 (comment)
Describe the solution you'd like
GroupHashAggregate
stream approach (runs more than 2x faster!) #6800BoundedAggregateStream
andGroupedHashAggregateStream
#6798GroupHashAggregate
stream approach (runs more than 2x faster!) #6800 (comment)): [EPIC] Improve aggregate performance with adaptive sizing in accumulators / avoiding reallocations in accumulators #7065GroupHashAggregate
stream approach (runs more than 2x faster!) #6800 (comment)): Improve aggregate performance by special casing single group keys #6969Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: