Shardingsphere-proxy Can not support multiple different database error
See original GitHub issueBug Report
Shardingsphere-proxy An error occurred in a cross-database query:
Shardingsphere-proxy version: 5.1.2
mysql version: 8.0.27
error sql:
mysql databases: product;finance
select tso.store_id,dept.pk_org,dept.code,dept.name,dept.shortname, dept.parent_pk_dept,dept.pk_org,dept.pk_dept from product.t_store_options tso inner join finance.nc_dept dept on tso.nc_pk_org = dept.pk_org where tso.store_id = ? and parent_pk_dept = '~'
The error is shown below
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
FAQ - Apache ShardingSphere
Yes. ShardingSphere merges multiple data sources to a united logic data source. Therefore, for the part without sharding database or table, ShardingSphere can...
Read more >RELEASE-NOTES.md · openGauss/shardingsphere - Gitee.com
Support join SQL from different database instances 1. Support multiple backend database types for new feature of database gateway 1. Support creating and ......
Read more >RELEASE-NOTES.md
New DistSQL to load and show all the ShardingSphere configuration rules; Support join SQL from different database instances; Support multiple backend ...
Read more >ShardingSphere-Proxy Front-End Protocol Troubleshooting ...
ShardingSphere -Proxy implements a database protocol that can be ... Wireshark supports reading multiple packet capture file formats, ...
Read more >ShardingSphere 5.3.0 is released: new features and ...
This new release supports datasource-level heterogeneous databases at the kernel level. This means the datasources under a logical database can be different ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hello , this issue has not received a reply for several days. This issue is supposed to be closed.
The picture is hard to copy and search, could you change it to text with markdown syntax?