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

Chunks cannot be re-used across multiple GetMatchedRowsAndPtrs calls #48082

Closed
YangKeao opened this issue Oct 30, 2023 · 6 comments · Fixed by #48090
Closed

Chunks cannot be re-used across multiple GetMatchedRowsAndPtrs calls #48082

YangKeao opened this issue Oct 30, 2023 · 6 comments · Fixed by #48090

Comments

@YangKeao
Copy link
Member

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

Run the benchmark BenchmarkHashJoinExec

2. What did you expect to see? (Required)

Allocating chunks will not cost too much resources.

3. What did you see instead (Required)

Allocating chunks takes a large percent of the total profiling.

Ref: #41081.

@YangKeao YangKeao added type/bug The issue is confirmed as a bug. affects-6.5 affects-7.1 sig/execution SIG execution labels Oct 30, 2023
@ti-chi-bot ti-chi-bot bot added may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.1 may-affects-7.5 labels Oct 30, 2023
@wshwsh12 wshwsh12 added affects-7.5 and removed may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.1 labels Oct 30, 2023
@winoros
Copy link
Member

winoros commented Oct 30, 2023

So why does ARM suffer much more compared with x86?

@XuHuaiyu
Copy link
Contributor

@winoros X86 uses v6.1, the bug code does not exist.
ARM uses v6.5.

@winoros
Copy link
Member

winoros commented Nov 2, 2023

@winoros X86 uses v6.1, the bug code does not exist. ARM uses v6.5.

😂 Reasonable!

@kennedy8312
Copy link

/type regression

@kennedy8312
Copy link

Regression Analysis
Issue didn't show up v6.1.6+x86 but v6.5.3+arm.

@kennedy8312
Copy link

/type performance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants