strongduanmu opened a new issue #11075:
URL: https://github.com/apache/shardingsphere/issues/11075


   ## Feature Request
   
   Now, Proxy supports the configuration of multiple logic databases. The `use 
sharding_db` statement can be used to switch the logic databases, but it is not 
convenient. It is hoped to support the execution of SQL statements with schema 
and route to the corresponding logic database for execution according to the 
schema specified in the SQL statement.
   
   For example, we have configured two logical databases, `sharding_db_01` and 
`sharding_db_02`, and executed the following SQL, hoping to be routed to the 
`sharding_db_01` database for execution.
   
   ```sql
   SELECT * FROM sharding_db_01.test;
   ```
   When the current SQL does not specify a schema, routing is performed 
according to the currently used schema.
   
   ### Is your feature request related to a problem?
   
   ### Describe the feature you would like.
   


-- 
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]


Reply via email to