-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Improve vectorized operations of GroupColumn
#13275
Comments
I tried the possible optimizations for But unfortunately seems no obvious improvement in clickbench, tpch and so on... although some improvement can see in benchmark for the function in #13539 For For optimizations for special case of I plan to not make further attempts recently... |
@LeslieKid maybe you can try it if some other possible optimizations not included above. |
Thanks @Rachelint for summarizing, that's interesting. One big difference between It seems for the join code, this could actually be used more (and joining on string columns might be not so fast at the moment). |
🤔 I think maybe we can indeed try some solutions without |
Yeah som experiments around that would be nice. Also see this issue: |
Oh I saw @LeslieKid already commented on that issue 👍 |
Yes, I am working on comparing arrays with indices in a for-loop (similar to the implementation of |
Is your feature request related to a problem or challenge?
Some good points about improving vectorized operations of
GroupColumn
from @Dandandan and @jayzhan211 in #12996 :#12996 (comment)
#12996 (comment)
#12996 (comment)
#12996 (comment)
This pr is for tracking such points for conintuing improving performace of multi group by.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: