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

Support pushdown of substring and regexp_like to postgres #8182

Open
alec-heif opened this issue Jun 2, 2021 · 1 comment
Open

Support pushdown of substring and regexp_like to postgres #8182

alec-heif opened this issue Jun 2, 2021 · 1 comment

Comments

@alec-heif
Copy link
Contributor

It would be extremely helpful for my team if the postgres connector supported pushdown for substring and/or regexp_like clauses. My org regularly has queries that apply a regex filter to a varchar column (or to a portion of a varchar column) and right now we are unable to run any of these queries through Trino due to the lack of pushdown for this highly-selective filter.

@martint
Copy link
Member

martint commented Jun 2, 2021

The first steps is to be able to push down functions into connectors. This is being worked on here: #7994

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

No branches or pull requests

2 participants