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

Reduce memory usage for multiple alter delete mutations. #48522

Merged
merged 1 commit into from
Apr 10, 2023

Conversation

KochetovNicolai
Copy link
Member

Changelog category (leave one):

  • Improvement

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Reduce memory usage for multiple ALTER DELETE mutations.

A lot of delete conditions could create many ActionsDAG with O(n^2) nodes. Example (from the test).

@robot-clickhouse-ci-1 robot-clickhouse-ci-1 added the pr-improvement Pull request with some product improvements label Apr 6, 2023
@nikitamikhaylov nikitamikhaylov self-assigned this Apr 6, 2023
@nikitamikhaylov
Copy link
Member

nikitamikhaylov commented Apr 7, 2023

Stress test (ubsan) — S3_ERROR No such key thrown
Hello.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-improvement Pull request with some product improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants