-
Notifications
You must be signed in to change notification settings - Fork 1.3k
ls: optimize --dvc-only #5712
Copy link
Copy link
Closed
Labels
A: statusRelated to the dvc diff/list/statusRelated to the dvc diff/list/statusdiscussionrequires active participation to reach a conclusionrequires active participation to reach a conclusionoptimizeOptimizes DVCOptimizes DVCp2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less importantperformanceimprovement over resource / time consuming tasksimprovement over resource / time consuming tasksproduct: VSCodeIntegration with VSCode extensionIntegration with VSCode extension
Metadata
Metadata
Assignees
Labels
A: statusRelated to the dvc diff/list/statusRelated to the dvc diff/list/statusdiscussionrequires active participation to reach a conclusionrequires active participation to reach a conclusionoptimizeOptimizes DVCOptimizes DVCp2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less importantperformanceimprovement over resource / time consuming tasksimprovement over resource / time consuming tasksproduct: VSCodeIntegration with VSCode extensionIntegration with VSCode extension
For
dvc ls --dvc-only, we walk through all files and then filter those that are not dvc tracked files and list them. This could be optimized, and changed to just walk through dvc-tracked files from the trie we have.