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

[YSQL] Re-enable pushdown for Text Search functions #23009

Open
1 task done
timothy-e opened this issue Jun 25, 2024 · 0 comments
Open
1 task done

[YSQL] Re-enable pushdown for Text Search functions #23009

timothy-e opened this issue Jun 25, 2024 · 0 comments
Assignees
Labels
area/ysql Yugabyte SQL (YSQL) kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage

Comments

@timothy-e
Copy link
Contributor

timothy-e commented Jun 25, 2024

Jira Link: DB-11931

Description

As part of the fix for #18879, we disabled text search pushdown.

However, a better (but more complex fix) would be to use thread-local objects to allow the tserve to safely compute the expression. This would allow text search queries to be pushed down again.

Issue Type

kind/enhancement

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@timothy-e timothy-e added area/ysql Yugabyte SQL (YSQL) status/awaiting-triage Issue awaiting triage labels Jun 25, 2024
@timothy-e timothy-e self-assigned this Jun 25, 2024
@yugabyte-ci yugabyte-ci added kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue labels Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ysql Yugabyte SQL (YSQL) kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue status/awaiting-triage Issue awaiting triage
Projects
None yet
Development

No branches or pull requests

2 participants