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

Improve WindowCheck memory usage. #5197

Merged
merged 15 commits into from
Feb 28, 2024

Conversation

cpwright
Copy link
Contributor

No description provided.

@cpwright cpwright changed the title Port changes from legacy. Improve WindowCheck memory usage. Feb 26, 2024
@cpwright cpwright requested a review from rcaudy February 27, 2024 00:18
@cpwright cpwright marked this pull request as ready for review February 27, 2024 00:18
Copy link
Member

@rcaudy rcaudy left a comment

Choose a reason for hiding this comment

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

Mostly formatting and renaming comments.

Copy link
Member

@rcaudy rcaudy left a comment

Choose a reason for hiding this comment

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

.

Copy link
Member

@rcaudy rcaudy left a comment

Choose a reason for hiding this comment

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

How long do the WindowCheck tests take now vs before?

Comment on lines 429 to 431
final long priorEntryLastNanos =
inWindowColumnSource.timeStampSource.getLong(priorEntry.lastRowKey);
if (priorEntryLastNanos <= currentTimestamp) {
Copy link
Member

Choose a reason for hiding this comment

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

You can skip this getLong in the singleton case.

…k.java

Co-authored-by: Ryan Caudy <rcaudy@gmail.com>
Copy link
Member

@rcaudy rcaudy left a comment

Choose a reason for hiding this comment

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

.

@cpwright cpwright enabled auto-merge (squash) February 28, 2024 20:22
@cpwright cpwright merged commit ca4dd87 into deephaven:main Feb 28, 2024
19 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants