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

Bootloader fix #2364

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Bootloader fix #2364

wants to merge 15 commits into from

Conversation

pacheco
Copy link
Collaborator

@pacheco pacheco commented Jan 20, 2025

Currently, our bootloader setup doesn't take into acount the cost of running the bootloader while setting up the inputs.
It may happen, in memory heavy workloads, that too many pages get paged in by the bootloader and there is no rows left in the chunk for running any computation.
This PR takes into account the cost of the bootloader when building its inputs.

@pacheco pacheco marked this pull request as ready for review January 22, 2025 11:33
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.

1 participant