Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dvc.data: save and try loading raw dir objects #7597

Merged
merged 1 commit into from May 12, 2022

Commits on May 11, 2022

  1. dvc.data: save and try loading raw dir objects

    When staging a directory, always save a "raw dir object" to the odb.
    If the corresponding ".dir" object has not been added to the odb,
    `stage()` calls can load the tree from the raw dir object instead of
    rebuilding it by walking the directory.
    
    This can lead to significant speed improvements when calling
    `dvc status` for modified directories.
    
    Fixes iterative#7390
    dtrifiro committed May 11, 2022
    Configuration menu
    Copy the full SHA
    1f92c4b View commit details
    Browse the repository at this point in the history