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

Handle large ingests #17

Open
jonseddon opened this issue Jul 20, 2022 · 0 comments
Open

Handle large ingests #17

jonseddon opened this issue Jul 20, 2022 · 0 comments

Comments

@jonseddon
Copy link
Collaborator

There's an ERA5 dataset with over 500,000 files in it. This can't be ingested in the length of a standard batch system job. There are many ways to speed this:

  • use parallelism to read and checksum multiple files at once
  • allow ingestions to resume
  • allow ingestions to be split into smaller chunks
  • do all variables need to go into the same dataset?
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

No branches or pull requests

1 participant