Report
It seems that there have been more questions regarding NAS/NFS being slow. And the common fix that we suggest is to set index.dir and state.dir to a directory in a non-networked filesystem.
dvc config state.dir /path/to/state
dvc config index.dir /path/to/index
It'd be nice to have a page to mention this, say why we need to do this, etc.
Report
It seems that there have been more questions regarding NAS/NFS being slow. And the common fix that we suggest is to set
index.dirandstate.dirto a directory in a non-networked filesystem.It'd be nice to have a page to mention this, say why we need to do this, etc.