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

Prewarm txns in order (of processing) #7327

Merged
merged 4 commits into from
Aug 14, 2024
Merged

Prewarm txns in order (of processing) #7327

merged 4 commits into from
Aug 14, 2024

Conversation

benaadams
Copy link
Member

@benaadams benaadams commented Aug 13, 2024

Contributes to #7171

Changes

  • Process transactions in order (the order that they will be required by main thread), rather than the partitioning scheme from Parallel.For

Partially resolves slow down on Windows

image

Before

image

After

image

Types of changes

What types of changes does your code introduce?

  • Optimization

Testing

Requires testing

  • No

If yes, did you write tests?

  • No

@benaadams benaadams changed the title Prewarm txns in order Prewarm txns in order (of processing) Aug 13, 2024
@benaadams benaadams merged commit 95b5cda into master Aug 14, 2024
66 checks passed
@benaadams benaadams deleted the prewarm-in-order branch August 14, 2024 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants