You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: