neil4dong opened a new issue #2149: How about support HintShardingStrategy with 
other ShardingStrategy at same time?
URL: https://github.com/apache/incubator-shardingsphere/issues/2149
 
 
   ## Feature Request
   
   ### Is your feature request related to a problem?
   I was upgrading from version 1.5.x which is support hint with other 
shardingStrategy.
   I find out that I can not only update/modify sharding-jdbc related code in 
my project to migrate to version 3.1.0 .
   
   example:
   Given a table **order** with columns: **order_id,name,user_id** 
sharding-column is user_id.
   In  UserOrderList module, I need to find all the orders belongs to this 
user, so we pass user_id to SQL, which is correct.
   But In another module ,outer system request for a Order's detail, and they 
only have order_id, order_id can infer a sharding value, In this case if hint 
supported will be very helpful.
   
   ### Describe the feature you would like.
   How about support HintShardingStrategy with other ShardingStrategy at same 
time?
   make HintShardingStrategy has higher priority than other ShardingStrategy?
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to