sivaraman-27 opened a new issue, #28733: URL: https://github.com/apache/shardingsphere/issues/28733
## Please understand my question below - Using Mysql as database - Have two tables 'orders' and 'order_details'. We have a primary database and 10 secondary databases - 'orders' table is only present in primary database and it's column 'order_id' is mapped to specific secondary database [OrderId: 4 --> Go to DB 3] - 'order_details' is present in 10 secondary databases. The name 'order_details' is same in all secondary databases and schema is also same in all. - For each 'order_id', we need to get the corresponding secondary database from 'orders' table and query the 'order_details' table in the secondary database. - Now, I would to like to know if this apache shardingsphere will assist me in implementing this routing logic (Perhaps, apache sharding proxy helps?) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
