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

Bug fix/tune hash join #2828

Merged
merged 4 commits into from
Aug 2, 2017
Merged

Bug fix/tune hash join #2828

merged 4 commits into from
Aug 2, 2017

Conversation

neunhoef
Copy link
Member

The basic idea is to save allocations of AqlItemBlocks in the IndexBlock. This is particularly important in the case of a hash join but essentially improves all cases where there are many index lookups with relatively few results each.

@fceller fceller added the 9 WIP label Jul 18, 2017
@fceller
Copy link
Contributor

fceller commented Aug 1, 2017

LGTM. @danielhlarkin?

@dhly-etc
Copy link
Contributor

dhly-etc commented Aug 2, 2017

@fceller LGTM, pending Jenkins results.

@fceller fceller merged commit b5798af into devel Aug 2, 2017
ObiWahn added a commit that referenced this pull request Aug 3, 2017
…ansaction_handler

* origin/devel:
  add kabylake arch (#2929)
  Bug fix/tune hash join (#2828)
@fceller fceller deleted the bug-fix/tune-hash-join branch August 8, 2017 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants