Skip to content

Improve memory for HashBuilderOperator unspill#9269

Closed
JunhyungSong wants to merge 1 commit intotrinodb:masterfrom
JunhyungSong:nullify-unspilled-pages
Closed

Improve memory for HashBuilderOperator unspill#9269
JunhyungSong wants to merge 1 commit intotrinodb:masterfrom
JunhyungSong:nullify-unspilled-pages

Conversation

@JunhyungSong
Copy link
Member

Comparable changes extracted from prestodb/presto#16212

Before the fix, all unspilled data are read into memory and hold on until HashBuilderOperator is destructed.
Nullify unspilled pages allows memory to be freed.

 - Before the fix, all unspilled data are read into memory
   and hold on until HashBuilderOperator is destructed.
   Nullify unspilled pages allows memory to be freed.
@cla-bot
Copy link

cla-bot bot commented Sep 17, 2021

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Junhyung Song.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

@JunhyungSong JunhyungSong deleted the nullify-unspilled-pages branch September 17, 2021 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant