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: Adds aggressive prefetching for GROUP BY and COUNT(DISTINCT) #3380

Merged
merged 2 commits into from
Aug 31, 2022

Conversation

neildsh
Copy link
Contributor

@neildsh neildsh commented Aug 10, 2022

Description

Previously, we had enabled aggressive prefetching for scalar aggregates. This change enables it for GROUP BY and COUNT(DISTINCT)

@neildsh
Copy link
Contributor Author

neildsh commented Aug 10, 2022

/azp run

2 similar comments
@neildsh
Copy link
Contributor Author

neildsh commented Aug 11, 2022

/azp run

@neildsh
Copy link
Contributor Author

neildsh commented Aug 17, 2022

/azp run

sboshra
sboshra previously approved these changes Aug 29, 2022
Copy link
Contributor

@sboshra sboshra left a comment

Choose a reason for hiding this comment

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

:shipit:

Clean up AggressivePrefetchPipelineTests a little to follow continuations on the base container

retrigger checks
@neildsh neildsh force-pushed the users/ndeshpan/dcountPrefetch branch from d4b7c9e to 370f239 Compare August 31, 2022 21:58
@neildsh neildsh changed the title [Internal] Query: Adds aggressive prefetching for COUNT(DISTINCT) [Internal] Query: Adds aggressive prefetching for GROUP BY and COUNT(DISTINCT) Aug 31, 2022
@neildsh neildsh changed the title [Internal] Query: Adds aggressive prefetching for GROUP BY and COUNT(DISTINCT) Query: Adds aggressive prefetching for GROUP BY and COUNT(DISTINCT) Aug 31, 2022
@ealsur ealsur enabled auto-merge (squash) August 31, 2022 22:48
Copy link
Contributor

@sboshra sboshra left a comment

Choose a reason for hiding this comment

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

:shipit:

@ealsur ealsur merged commit 5589885 into master Aug 31, 2022
@ealsur ealsur deleted the users/ndeshpan/dcountPrefetch branch August 31, 2022 23:37
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

Successfully merging this pull request may close these issues.

3 participants