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

Standalone LIKE operator #1291

Closed
2 tasks done
etiennedi opened this issue Nov 16, 2020 · 0 comments · Fixed by #1297
Closed
2 tasks done

Standalone LIKE operator #1291

etiennedi opened this issue Nov 16, 2020 · 0 comments · Fixed by #1297
Assignees
Milestone

Comments

@etiennedi
Copy link
Member

etiennedi commented Nov 16, 2020

Goals

Todos

  • implement as full index scan
  • if wildcard is not in beginning of string, use an optimized range query instead
@etiennedi etiennedi added this to the Standalone milestone Nov 16, 2020
@etiennedi etiennedi added blocked Issue can't be worked on before something else has been completed. prio issue-needs-refinement Issue is just a placeholder and does not have the quality to be worked on. labels Nov 16, 2020
@etiennedi etiennedi self-assigned this Nov 17, 2020
@etiennedi etiennedi removed the blocked Issue can't be worked on before something else has been completed. label Nov 17, 2020
@etiennedi etiennedi removed the issue-needs-refinement Issue is just a placeholder and does not have the quality to be worked on. label Nov 18, 2020
etiennedi added a commit that referenced this issue Nov 18, 2020
In this case we don't have to scan the entire table anymore, but only
those entries which are in the range of the first matching characters.
etiennedi added a commit that referenced this issue Nov 18, 2020
etiennedi added a commit that referenced this issue Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant