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

speed up modules lookup for stores #577

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft

Conversation

sduchesneau
Copy link
Contributor

  • if the last few snapshots before start-block are present, we don't walk the full stores.
  • Since GCP cannot walk files in reverse, doing a lookup close to requested block first will most likely prevent doing a full walk on hundreds of thousands of files.
  • Also, store loading is now in parallel.

Only effective in development mode now: we'll have to skip the lookups of the mappers in production mode too...

@sduchesneau sduchesneau requested a review from billettc February 3, 2025 20:53
@sduchesneau sduchesneau self-assigned this Feb 3, 2025
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.

1 participant