Cloud upload performance issues #19
Labels
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
The cloud upload node is much slower than gsutil, since
gsutil -m rsync
can parallelize much of the work.Using threading in Python is also hairy, since the global interpreter lock may cause issues. (It's not yet clear if GIL is part of the problem.)
Should we find a way to improve performance using the python libraries? Or rely on gsutil, which is already optimized?
The text was updated successfully, but these errors were encountered: