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

Indexing files is very slow #3

Open
tjkuson opened this issue Nov 18, 2022 · 1 comment
Open

Indexing files is very slow #3

tjkuson opened this issue Nov 18, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@tjkuson
Copy link
Member

tjkuson commented Nov 18, 2022

Expected behaviour

Downloading or validating files requires indexing the files first. This involves counting the files and their file size.

When I click accept to the prompt informing me that indexing the files will take a long time, I expect to see some sort of feedback.

Current behaviour

I click accept but see no feedback until the prompt saying that validating/saving files has started. This takes many seconds using the small dummy dataset, so could take a very long time for real datasets.

@tjkuson tjkuson added the enhancement New feature or request label Nov 18, 2022
@tjkuson
Copy link
Member Author

tjkuson commented Nov 18, 2022

Possible approaches to this problem:

  • Somehow speeding up the indexing process
  • Making indexing of files happen behind-the-scenes
  • Assign indexing to a worker with its own thread and monitor using a progress bar (like how it currently deals with saving and validating files)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant