Thoughts on speeding up file transfer? I observed around 35MB/s from the tiger headnode when uploading files.
I guess a brute-force thing would be to break up a batch of files over different processes (embarrassing parallelization) but idk if either the cluster or hippo bandwidth would eventually become saturated.
I wonder if there is some way to “stage” a batch of products and such and then use gridftp like globus under the hood? I usually find globus is about 10x faster than this was. For large file batches (TBs) I think that speed is necessary.
Thoughts on speeding up file transfer? I observed around 35MB/s from the tiger headnode when uploading files.
I guess a brute-force thing would be to break up a batch of files over different processes (embarrassing parallelization) but idk if either the cluster or hippo bandwidth would eventually become saturated.
I wonder if there is some way to “stage” a batch of products and such and then use gridftp like globus under the hood? I usually find globus is about 10x faster than this was. For large file batches (TBs) I think that speed is necessary.