You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In remote.cache_exists(), the traverse/full remote listing method is weighted to account for some performance hits that make it inherently slower than querying individual objects
The initial weight multiplier value (20) can be lowered now, due to the subsequent remote improvements that have come since the initial traverse/no traverse optimization PR
The text was updated successfully, but these errors were encountered:
In
remote.cache_exists()
, the traverse/full remote listing method is weighted to account for some performance hits that make it inherently slower than querying individual objectsdvc/dvc/remote/base.py
Lines 923 to 928 in 18e8f07
The initial weight multiplier value (
20
) can be lowered now, due to the subsequent remote improvements that have come since the initial traverse/no traverse optimization PRThe text was updated successfully, but these errors were encountered: