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

[FEA] optimize the multi-contains generated by rlike #11729

Closed
res-life opened this issue Nov 18, 2024 · 0 comments · Fixed by #11810
Closed

[FEA] optimize the multi-contains generated by rlike #11729

res-life opened this issue Nov 18, 2024 · 0 comments · Fixed by #11810
Assignees
Labels
performance A performance related task/issue

Comments

@res-life
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

#11413 added a GpuMultiContains which generates an array of bool column.
#10977added a GpuMultipleContains for rlike optimization, with a little diff, it returns a bool column.
We can leverage GpuMultiContains in GpuMultipleContains, and execute an or operator on bool column array, then get a bool column.

Describe the solution you'd like
Do perf test first to check if this can get benifit.

@res-life res-life added ? - Needs Triage Need team to review and classify feature request New feature or request performance A performance related task/issue labels Nov 18, 2024
@thirtiseven thirtiseven self-assigned this Dec 3, 2024
@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Dec 5, 2024
@sameerz sameerz removed the feature request New feature or request label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance A performance related task/issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants