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

Incrementally rehash for incremental aggregations, use a specialized index builder for modifications. #2009

Merged
merged 45 commits into from
Feb 25, 2022

Conversation

cpwright
Copy link
Contributor

No description provided.

Copy link
Contributor Author

@cpwright cpwright left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Starting place holder.

Copy link
Contributor Author

@cpwright cpwright left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Placeholder two on twosday.

Copy link
Contributor Author

@cpwright cpwright left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Charles post-review placeholder.

@@ -131,6 +135,15 @@ public void onNextChunk(int size) {
return keyHashTableSources;
}

@Override
public void beginUpdateCycle() {
// at the beginning of the update cycle, we always want to do some rehash work so that we can eventually ditch
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only going to fire if the parent changes. That said, I think this is good enough; not worth pushing for something external on the cycle to force changes.

cpwright and others added 2 commits February 25, 2022 12:29
…peratorAggregationStateManagerOpenAddressedAlternateBase.java

Co-authored-by: Ryan Caudy <rcaudy@gmail.com>
…peratorAggregationStateManagerOpenAddressedAlternateBase.java

Co-authored-by: Ryan Caudy <rcaudy@gmail.com>
@rcaudy rcaudy merged commit 2f61d1e into deephaven:main Feb 25, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Feb 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants