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

Avoid batch prefetching for indexes that don't support .metadata or range requests #7221

Closed
charliermarsh opened this issue Sep 9, 2024 · 1 comment · Fixed by #7226
Closed
Assignees
Labels
compatibility Compatibility with a specification or another tool performance Potential performance improvement

Comments

@charliermarsh
Copy link
Member

No description provided.

@charliermarsh charliermarsh self-assigned this Sep 9, 2024
@charliermarsh charliermarsh added performance Potential performance improvement compatibility Compatibility with a specification or another tool labels Sep 9, 2024
@charliermarsh
Copy link
Member Author

Working on this.

charliermarsh added a commit that referenced this issue Sep 9, 2024
## Summary

We now track the discovered `IndexCapabilities` for each `IndexUrl`. If
we learn that an index doesn't support range requests, we avoid doing
any batch prefetching.

Closes #7221.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility Compatibility with a specification or another tool performance Potential performance improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant