You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: