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

Speed up querying the metadata #3

Open
stuartmcalpine opened this issue May 18, 2023 · 0 comments
Open

Speed up querying the metadata #3

stuartmcalpine opened this issue May 18, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request low_priority

Comments

@stuartmcalpine
Copy link
Collaborator

Currently get_directory_info in registrar_util.py does a recursive loop to count files and sum up the total disk usage.

Could we call a du subprocess, would this be any faster?

Will make a test

@stuartmcalpine stuartmcalpine added the enhancement New feature or request label May 18, 2023
@stuartmcalpine stuartmcalpine self-assigned this May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low_priority
Projects
None yet
Development

No branches or pull requests

2 participants