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

Query Federation - Join data from multiple data-sources #678

Open
MichalisDBA opened this issue Sep 8, 2024 · 1 comment
Open

Query Federation - Join data from multiple data-sources #678

MichalisDBA opened this issue Sep 8, 2024 · 1 comment
Labels
enhancement New feature or request enterprise edition only planned for only available in enterprise edition join conditions involving more than 1 table multiple data sources conditions involving more than 1 database

Comments

@MichalisDBA
Copy link

It would be great to have the ability to query and join data across multiple data-sources.

An example of that implementation is used by https://trino.io/

An example query would be"

SELECT * FROM mysql.db.table -- MySQL Server
LEFT JOIN mssql.db.table -- Microsoft SQL Server
ON mysql.db.table.id = mssql.db.table.id.id
SELECT * FROM mysql_srv1.db.table -- MySQL Server 1
LEFT JOIN mysql_srv2.db.table -- MySQL Server 2
ON mysql_srv1.db.table.id = mysql_srv2.db.table.id.id

Except tables, support also VIEWS.

@thadguidry thadguidry added enhancement New feature or request join conditions involving more than 1 table multiple data sources conditions involving more than 1 database labels Sep 8, 2024
@thadguidry
Copy link
Collaborator

I think this is an enhancement that we could support really well in our Enterprise edition. Would you be able to sponsor the work?

@thadguidry thadguidry added the enterprise edition only planned for only available in enterprise edition label Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request enterprise edition only planned for only available in enterprise edition join conditions involving more than 1 table multiple data sources conditions involving more than 1 database
Projects
None yet
Development

No branches or pull requests

2 participants