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

Query: Fixes prefetching to be disabled when MaxConcurrency is less than or equal to one #4649

Merged
merged 4 commits into from
Nov 9, 2024

Conversation

neildsh
Copy link
Contributor

@neildsh neildsh commented Aug 20, 2024

Description

Disables parallel prefetch when MaxConcurrency is less than or equal to one, since that would entail sequential fetches from the backend resulting in increased latency for no gain.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

@neildsh neildsh changed the title Query: Fixes prefetching to be disabledwhen MaxConcurrency is less than or equal to one Query: Fixes prefetching to be disabled when MaxConcurrency is less than or equal to one Aug 20, 2024
@neildsh neildsh added QUERY auto-merge Enables automation to merge PRs labels Aug 20, 2024
Copy link
Member

@FabianMeiswinkel FabianMeiswinkel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kirankumarkolli
Copy link
Member

@neildsh can you please take a look at the failing query test?

@kirankumarkolli kirankumarkolli merged commit 72a26a0 into master Nov 9, 2024
23 checks passed
@kirankumarkolli kirankumarkolli deleted the users/ndeshpan/prefetchFix branch November 9, 2024 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge Enables automation to merge PRs QUERY
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants