udrnrso opened a new issue, #16613:
URL: https://github.com/apache/shardingsphere/issues/16613

   Suppose the shard field is user_id
   Without the user_id condition, such as the following sql, I hope to force 
the shard number to be specified
   // Force the use of shard 00
   select * from tableA limit 500
   With the user_id condition, use the sharding algorithm
   select * from tableA where user_id = 'testuser'
   
   After reading the document, it seems that you can only choose between 
hint/standard. Does it support mixed use?


-- 
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.apache.org

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

Reply via email to