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

PartialMergeJoin flush data on disk #7186

Merged
merged 12 commits into from Oct 15, 2019
Merged

PartialMergeJoin flush data on disk #7186

merged 12 commits into from Oct 15, 2019

Conversation

4ertus2
Copy link
Contributor

@4ertus2 4ertus2 commented Oct 3, 2019

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Category (leave one):

  • Improvement

Short description (up to few sentences):
Flush parts of right-hand joining table on disk in PartialMergeJoin (if there is not enough memory). Load data back when needed.

@4ertus2 4ertus2 changed the title [wip] PartialMergeJoin flush data on disk PartialMergeJoin flush data on disk Oct 4, 2019
@4ertus2 4ertus2 changed the title PartialMergeJoin flush data on disk [wip] PartialMergeJoin flush data on disk Oct 4, 2019
@4ertus2 4ertus2 changed the title [wip] PartialMergeJoin flush data on disk PartialMergeJoin flush data on disk Oct 9, 2019
@akuzm
Copy link
Contributor

akuzm commented Oct 15, 2019

Overall looks good to me.

@akuzm
Copy link
Contributor

akuzm commented Oct 15, 2019

The performance test not finishing is related to problems in master. This PR shouldn't have performance consequences, since it's for a new type of join. Will merge as is.

@akuzm akuzm merged commit cf99f88 into ClickHouse:master Oct 15, 2019
@akuzm akuzm added the pr-improvement Pull request with some product improvements label Oct 29, 2019
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

2 participants