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

[sda-download] Performance/"latency" #1316

Open
pontus opened this issue Jan 27, 2025 · 0 comments
Open

[sda-download] Performance/"latency" #1316

pontus opened this issue Jan 27, 2025 · 0 comments

Comments

@pontus
Copy link
Contributor

pontus commented Jan 27, 2025

Currently, operations such as listing dataset contents or fetching a file (or even tiny parts of it) typically take more than one second, which is not great.

There are many things that can contribute to that:

  • unoptimised database queries
  • very little internal caching
  • possibly unoptimised pathways (e.g. the proxy acting as ingress not passing on the response until it have received it all)

while we should probably strive to be our best in all of those, the lowest hanging fruit is probably caching things in sda-download.

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