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

perf(cubestore): Arrow Cargo.lock pointers for GroupsAccumulator changes #8985

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

srh
Copy link
Member

@srh srh commented Nov 25, 2024

This includes test changes adding new sort_order information to expected pretty-print values, because of this (performance-related) bug fix: cube-js/arrow-datafusion@b3acc9f

Check List

  • Tests has been run in packages where changes made if available
  • Linter has been run for changed code
  • Tests for the changes have been added if not covered yet
  • Docs have been added / updated if required

@srh srh requested a review from a team as a code owner November 25, 2024 04:35
…hanges

* Replaces Accumulator usage in grouped hash aggregation with
  GroupsAccumulator API

* Makes all accumulators in DF grouped hash aggregation use
  GroupsAccumulatorFlatAdapter

* Uses PrimitiveGroupsAccumulator and CountGroupsAccumulator for sum,
  min, max, and count for faster performance

* Improves memory layout and traversal order of group by keys saved
  during grouped aggregation.
@srh srh force-pushed the groups-accumulator-pointer-update branch from 10d311d to 89ce6b7 Compare November 27, 2024 21:56
Copy link

vercel bot commented Nov 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

8 Skipped Deployments
Name Status Preview Comments Updated (UTC)
examples-angular-dashboard ⬜️ Ignored (Inspect) Visit Preview Nov 27, 2024 10:29pm
examples-react-d3 ⬜️ Ignored (Inspect) Visit Preview Nov 27, 2024 10:29pm
examples-react-dashboard ⬜️ Ignored (Inspect) Visit Preview Nov 27, 2024 10:29pm
examples-react-data-table ⬜️ Ignored (Inspect) Visit Preview Nov 27, 2024 10:29pm
examples-react-highcharts ⬜️ Ignored (Inspect) Visit Preview Nov 27, 2024 10:29pm
examples-react-material-ui ⬜️ Ignored (Inspect) Visit Preview Nov 27, 2024 10:29pm
examples-react-pivot-table ⬜️ Ignored (Inspect) Visit Preview Nov 27, 2024 10:29pm
examples-vue-query-builder ⬜️ Ignored (Inspect) Visit Preview Nov 27, 2024 10:29pm

@srh
Copy link
Member Author

srh commented Nov 27, 2024

This now includes the 4th parameter change from #8994 .

@srh srh merged commit 4613628 into master Nov 27, 2024
51 checks passed
@srh srh deleted the groups-accumulator-pointer-update branch November 27, 2024 23:25
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.

1 participant