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.
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.