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
{{ message }}
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
Preliminary use of the gcsfuse adapter indicates that it is quite good for operations that make a single read pass over a file. The PD used for local cache does not need to be as big as the file to be downloaded.
The potential down-side here is performance. If the temp dir is on a small disk, then performance may suffer. If however the temp dir were on a ramdisk, then this could be extremely fast (and reduce costs).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Preliminary use of the gcsfuse adapter indicates that it is quite good for operations that make a single read pass over a file. The PD used for local cache does not need to be as big as the file to be downloaded.
The potential down-side here is performance. If the temp dir is on a small disk, then performance may suffer. If however the temp dir were on a ramdisk, then this could be extremely fast (and reduce costs).
The text was updated successfully, but these errors were encountered: