sivaraman-27 commented on issue #28733:
URL: 
https://github.com/apache/shardingsphere/issues/28733#issuecomment-1779264196

   Hi @strongduanmu,
   I have another doubt, it seems like the only thing that apache sharding 
sphere handles for us is 'connection pooling'. Could you let me know any other 
use cases for this library (considering our specific use case).
   
   The reason I'm asking is we can manage the connection pooling (already doing 
for few), and don't want to incorporate a library for such use case.
   
   Example: 
   **Using apache sharding sphere:**
   Query = "/* SHARDINGSPHERE_HINT: DATA_SOURCE_NAME=ds_1 */ select * from 
orders";
   
   **Using our own mechanism:**
   Query = select * from ds_1.orders";
   


-- 
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: notifications-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to