Skip to content

Performance improvement in OrmQueryProperties with immutable hash pre…#3762

Merged
rbygrave merged 1 commit intomasterfrom
feature/perf-OrmQueryProperties
May 5, 2026
Merged

Performance improvement in OrmQueryProperties with immutable hash pre…#3762
rbygrave merged 1 commit intomasterfrom
feature/perf-OrmQueryProperties

Conversation

@rbygrave
Copy link
Copy Markdown
Member

@rbygrave rbygrave commented May 5, 2026

…fix and suffix

@rbygrave rbygrave self-assigned this May 5, 2026
@rbygrave rbygrave merged commit 86b4af1 into master May 5, 2026
1 check passed
@rbygrave rbygrave deleted the feature/perf-OrmQueryProperties branch May 5, 2026 10:42
return builder.toString();
}

private static String buildImmutableQueryPlanHashSuffix(FetchConfig fetchConfig) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Should we put } in the suffix?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yes, although an alternative is to just include the immutableHashSuffix into the immutableHashPrefix. Hmm.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Ah, scratch my thought ... the immutableHashSuffix needs to be separate, so yeah that ending } could go in there.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

PR #3768

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.

2 participants