apache / shardingsphere

Distributed SQL transaction & query engine for data sharding, scaling, encryption, and more - on any database.
Apache License 2.0
19.76k stars 6.69k forks source link

Improve the federated query MySQL function #31912

Open zihaoAK47 opened 2 months ago

zihaoAK47 commented 2 months ago

Background

Hi Community,

Federated queries help users perform cross-database join queries, subqueries, and aggregate queries. Currently, we plan to enhance MySQL functions in the federated query environment to support more SQL execution scenarios in federated query contexts.

For more details, please refer to: Apache ShardingSphere Documentation on SQL Federation.

Task

TODO other function

strongduanmu commented 2 months ago

This is an exciting task that will greatly improve the compatibility of federation queries.