Faster data transfer from remote #3407
Labels
p2-medium
Medium priority, should be done, but less important
performance
improvement over resource / time consuming tasks
Currently transferring data from an ssh remote uses Paramiko. On my files I observe an 18x improvement in transfer rate by using rsync instead of
dvc pull
. Perhaps there are other options too. It would be nice to use some fast tools when they are available.The text was updated successfully, but these errors were encountered: