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 cross-database join within same connection for SDK[FEATURE] #1125

Open
eric-wang-1990 opened this issue May 10, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@eric-wang-1990
Copy link

Is your feature request related to a problem? Please describe.
In Tableau 2023.1 a new feature for Snowflake was released that the cross database join is not done by Hyper, but the join query is pushed down to the server side for fast processing: https://www.tableau.com/products/new-features#item-96392.
We wonder if the same capability can be introduced to the SDK as well.

Describe the solution you'd like
Support cross-database join in one connection

Describe alternatives you've considered
Current solution which involve Hyper is too slow, if we can push the query down to our server it will be much faster.

About You
Name: Eric Wang
Company: Databricks

@rosswbrown rosswbrown added the enhancement New feature or request label May 22, 2023
@lukewrites
Copy link
Member

Internal tracking: W-13652666

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants