9 ms·
Clarification on file duplication: DVC tries to use reflinks if the filesystem supports it, and falls back on copying the files. It can be configured to use har
by john-shaffer 3y ago
Clarification on file duplication: DVC tries to use reflinks if the filesystem supports it, and falls back on copying the files. It can be configured to use hardlinks instead for filesystems like ext4 [0]. This improves performance significantly.
[0] https://dvc.org/doc/user-guide/project-structure/configuration#cache https://dvc.org/doc/user-guide/project-structure/configurati...