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

Remove limits on dynamic-filtering.large-*.max-size-per-driver #16110

Merged
merged 2 commits into from
Feb 15, 2023

Conversation

raunaqmorarka
Copy link
Member

@raunaqmorarka raunaqmorarka commented Feb 14, 2023

Description

Implemented memory accounting in DynamicFilterSourceOperator.
With memory accounting added to DynamicFilterSourceOperator there
is no longer a reason to put a limit on the max size per driver
allowed in config.

Additional context and related issues

Fixes #16100

Release notes

( ) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
(x) Release notes are required, with the following suggested text:

# General
* Improved memory usage accounting for queries with dynamic filters. ({issue}`16110`)

Copy link
Contributor

@arhimondr arhimondr left a comment

Choose a reason for hiding this comment

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

LGTM % question

With memory accounting added to DynamicFilterSourceOperator there
is no longer a reason to put a limit on the max size per driver
allowed in config.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Account memory in DynamicFilterSourceOperator
2 participants