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

Add option/flag for translating query into "inefficient" query #35551

Open
cincuranet opened this issue Jan 30, 2025 · 0 comments
Open

Add option/flag for translating query into "inefficient" query #35551

cincuranet opened this issue Jan 30, 2025 · 0 comments

Comments

@cincuranet
Copy link
Contributor

What problem are you trying to solve?

We could introduce per-query option/flag to allow "inefficient" translations. Currently when the translation is likely a pit of failure (like duplicating complex expressions), we don't do the translation. In some cases users might want to opt into having the query translated, instead of going all the way to the other side and using raw SQL or similar. Because it's an opt-in, by default everything will be the same.

Describe the solution you'd like

No response

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

No branches or pull requests

1 participant