Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

[NSE-53]Partial fix Q24a/Q24b tail SHJ task materialization performance issue #54

Merged
merged 2 commits into from
Jan 25, 2021

Conversation

xuechendi
Copy link
Collaborator

Fixed: #53

This Issue is due to some join task in 24a/24b will expand input table 1000 times, which leads to output result contains 100 million + numRows, so the materialization is extremely slow

in this PR, we tried to accelerate materialization

TODO:
If we can merge this Join with following Aggregate in a whole stage code gen, this issue may be fully fixed.

@github-actions
Copy link

@github-actions
Copy link

@github-actions
Copy link

@zhouyuan zhouyuan merged commit 14012ec into oap-project:master Jan 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Q24a/Q24b SHJ tail task took about 50 secs in SF1500
2 participants