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

Querying FileRepository for files is unreasonably slow #52

Open
mih opened this issue Feb 6, 2023 · 0 comments
Open

Querying FileRepository for files is unreasonably slow #52

mih opened this issue Feb 6, 2023 · 0 comments

Comments

@mih
Copy link
Member

mih commented Feb 6, 2023

This is a local tracking issue for HumanBrainProject/fairgraph#57

mih added a commit that referenced this issue Mar 21, 2023
Previously we went via the KG to get a per-dataset file listing.  This
is extremely slow
(#52).

With this change, we query the data-proxy directly, if a data proxy
bucket is detected to be a datasets's file repository.

This speeds up operations by about 30x.
mih added a commit that referenced this issue Jul 14, 2023
Previously we went via the KG to get a per-dataset file listing.  This
is extremely slow
(#52).

With this change, we query the data-proxy directly, if a data proxy
bucket is detected to be a datasets's file repository.

This speeds up operations by about 30x.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant