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] explore using KMP for string matching like operations #15760

Open
revans2 opened this issue May 15, 2024 · 1 comment
Open

[FEA] explore using KMP for string matching like operations #15760

revans2 opened this issue May 15, 2024 · 1 comment
Assignees
Labels
feature request New feature or request

Comments

@revans2
Copy link
Contributor

revans2 commented May 15, 2024

Is your feature request related to a problem? Please describe.
https://dl.acm.org/doi/pdf/10.1007/s00778-015-0409-y shows some really great performance numbers for doing string matching on GPUs. It would be great if we could look into using it to speed up some string operations, like contains, or more generically the LIKE command for a literal pattern.

@revans2 revans2 added the feature request New feature or request label May 15, 2024
@res-life res-life self-assigned this May 16, 2024
@GregoryKimball
Copy link
Contributor

Hello @res-life, thank you for studying this item. Would you please first try to implement KMP for strings "LIKE"? We think that KMP could be useful for strings columns where the string length varies a lot (10-10K characters).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

4 participants
@revans2 @res-life @GregoryKimball and others