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
Some leftover code was doing unconditional multipart uploads of chunks,
in the object store that use `object_store` (gcs, local, etc).
This was producing for usual chunk sizes ~ 3x performance penalty.
We should add multipart back, but only for large objects.
0 commit comments