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

feat: Parallelize loading snapshots from storage #25657

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

mgattozzi
Copy link
Contributor

This commit loads snapshots from storage in parallel now, by spawning a task to load and deserialize them in a JoinSet. We then await them all and return the data as normal.

Closes #24604

This commit loads snapshots from storage in parallel now, by spawning
a task to load and deserialize them in a JoinSet. We then await them
all and return the data as normal.

Closes #24604
Copy link
Member

@pauldix pauldix left a comment

Choose a reason for hiding this comment

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

Good stuff, parallelize all the things!

@mgattozzi mgattozzi merged commit 535ddd6 into main Dec 13, 2024
13 checks passed
@mgattozzi mgattozzi deleted the mgattozzi/multi-snapshot-drifting branch December 13, 2024 20:48
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.

Make Persister Download Snapshot Files from Object Store Concurrently or in Parallel
2 participants