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
On S3, individual write tasks took 11-12sec. While it takes 55s on Google Cloud
Is this on a single worker? Or is this across many processes that icechunk has been pickled across? We have a hunch this is about the overhead of recreating the object_store + fetching google cloud bearer token on the fly
Here are two dask performance reports for writing the "public" ERA5 dataset using Coiled:
For identical amount of data, with S3 it took 15 minutes, with Google Cloud it took 2.5 hours.
On S3, individual write tasks took 11-12sec. While it takes 55s on Google Cloud
The text was updated successfully, but these errors were encountered: