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 support for Short query optimized mode in BigQuery #27298

Open
fredsadaghiani opened this issue Sep 5, 2024 · 2 comments
Open

Add support for Short query optimized mode in BigQuery #27298

fredsadaghiani opened this issue Sep 5, 2024 · 2 comments
Assignees

Comments

@fredsadaghiani
Copy link

fredsadaghiani commented Sep 5, 2024

Would it be possible to add support for "Short query optimized mode" in BigQuery to the Ruby SDK?

Is your feature request related to a problem? Please describe.
The BigQuery library does not support Short query optimized mode.

Describe the solution you'd like
Add support to the client SDK to perform queries that make use of the Short query optimized mode. With the other SDKs (Python, Javascript, et al), this was done through an env variable.

@CodingAnarchy
Copy link

This would be super helpful for us as well. We were excited to try this feature, as it is perfect for our use case, but Ruby hasn't had an update to enable it so all we could do is try it manually and verify that it would help us a lot.

@piam
Copy link

piam commented Sep 16, 2024

Our team would definitely make use of this feature as well. We've seen how it's helped optimize queries in other SDKs, and having it available in Ruby would be a game-changer for us. It would really help streamline our workflow and improve performance. This addition would be hugely valuable to us, and we're excited to see it implemented.

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

No branches or pull requests

4 participants