Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reduce overhead for group by result #1117

Merged
merged 1 commit into from
Mar 8, 2024
Merged

Conversation

brharrington
Copy link
Contributor

When computing the final aggregation results for a group by it was getting each of the simple aggregates and flat mapping over the set. Adds a SimpleAggregator type to just get the aggregate, avoid the list allocation, and avoid flat mapping over the lists.

When computing the final aggregation results for a group
by it was getting each of the simple aggregates and flat
mapping over the set. Adds a SimpleAggregator type to just
get the aggregate, avoid the list allocation, and avoid
flat mapping over the lists.
@brharrington brharrington added this to the 1.7.9 milestone Mar 8, 2024
@brharrington brharrington merged commit a0dda8c into Netflix:main Mar 8, 2024
1 check passed
@brharrington brharrington deleted the by-aggr branch March 8, 2024 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant