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 scalar aggregates #3168

Merged
merged 9 commits into from
May 6, 2022

Conversation

neildsh
Copy link
Contributor

@neildsh neildsh commented May 3, 2022

Description

The query pipeline incorporates a Parallel Prefetch phase during its creation. After creation, the query pipeline runs sequentially. for scalar aggregates, we can afford to aggressively prefetch all pages, since the total memory overhead of doing so is very low.
This change implements such functionality.

Type of change

  • New feature (non-breaking change which adds functionality)

@neildsh neildsh force-pushed the users/ndeshpan/aggressivePrefetch branch from 8f42b63 to c233343 Compare May 3, 2022 19:50
sboshra
sboshra previously approved these changes May 5, 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:

@sboshra sboshra merged commit e0466c1 into master May 6, 2022
@sboshra sboshra deleted the users/ndeshpan/aggressivePrefetch branch May 6, 2022 03:12
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.

None yet

4 participants