dvc push is extremely slow if you don't specify a particular thing to push
See original GitHub issueI’m so used to just doing git push
that I sometimes mistakenly do dvc push
, but it is incredibly slow because of cache querying. It would be great if it could be made faster so that you didn’t have to always be careful to just push the last thing you added.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
push | Data Version Control - DVC
Open-source version control system for Data Science and Machine Learning projects. Git-like experience to organize your data, models, and experiments.
Read more >Revert a dvc remove -p command - Stack Overflow
The process I used is: conduct data for training (manually using Python script) -> training -> dvc add training data and h5 models...
Read more >Using DVC to create an efficient version control system for ...
Then we synchronize the remote using DVC's push and pull commands. Cache isn't cleared automatically. When its footprints gets too wide we use ......
Read more >Avoid Git LFS if possible - Hacker News
The git-lfs devs obviously don't use ssh, so you get the feeling they ... Us: you just clone and push to the new...
Read more >DVC (Git For Data): A Complete Intro - DEV Community
What if we can get a Git kind of versioning control system for data ... To push the data files in DVC repository,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Multiple pulls and pushes make no difference, as the image shows.
There is not a large number of dvc files, but there are a lot of directories with many files that I add. Probably it would be a lot faster if I used archive files, but I know you suggest adding the unpacked directory structures directly, rather than archive files.
Closing as stale.
We are working on pre-requisites for speeding up status though. So please stay tuned 🙂