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

Take into account system and network load during query planning #879

Open
rubensworks opened this issue Oct 25, 2021 · 1 comment
Open

Comments

@rubensworks
Copy link
Member

Issue type:

  • ➕ Feature request

Description:

Our new join bus exposes metadata on CPU/memory usage and network delays.
This information may be used to create intelligent mediators to select join actors based on system and network load.

For example, a hash-join may only be used if memory usage is low, and CPU usage is high, while otherwise a nested-loop-join would be used.
Another example is the possibility of tracking the average HTTP delay of a TPF server, and modifying the join algorithm based on that (=join mediation for adaptive query processing over ldfs).

Do papers on resource constrained join mediation already exist?

@github-actions
Copy link

Thanks for the suggestion!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Low priority
Development

No branches or pull requests

1 participant