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

Reduce artifact discovery overhead #3076

Open
jonathanj-square opened this issue Oct 10, 2024 · 0 comments
Open

Reduce artifact discovery overhead #3076

jonathanj-square opened this issue Oct 10, 2024 · 0 comments
Assignees

Comments

@jonathanj-square
Copy link
Contributor

jonathanj-square commented Oct 10, 2024

Motivated by this comment:
#2989 (comment)

The current approach involves iterating over repositories in a registry. This is identified by Stuart as being unscalable and slow in general. Instead access into the repository should be key driven. This may require some rethinking of how components in a release such as module compilation artifacts (single binary for Go, multiple jars for JVM), schemes, etc get linked together.

@jonathanj-square jonathanj-square added the triage Issue needs triaging label Oct 10, 2024
@ftl-robot ftl-robot mentioned this issue Oct 10, 2024
@wesbillman wesbillman removed the triage Issue needs triaging label Oct 10, 2024
@wesbillman wesbillman added the next Work that will be be picked up next label Oct 10, 2024
@github-actions github-actions bot removed the next Work that will be be picked up next label Oct 10, 2024
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

2 participants