Was adding one particularly large dataset of a few hundred G with lots of files and saw dvc appear to be frozen when it was collecting all the files to start adding them around https://github.com/iterative/dvc/blob/0.67.0/dvc/remote/base.py#L196 . Would be nice to either speed it up so it is not noticable(which I really doubt is possible with that amount of files to walk through) or at least provide a progress bar to keep the user updated.
Was adding one particularly large dataset of a few hundred G with lots of files and saw dvc appear to be frozen when it was collecting all the files to start adding them around https://github.com/iterative/dvc/blob/0.67.0/dvc/remote/base.py#L196 . Would be nice to either speed it up so it is not noticable(which I really doubt is possible with that amount of files to walk through) or at least provide a progress bar to keep the user updated.