lly-ke opened a new issue, #36496:
URL: https://github.com/apache/shardingsphere/issues/36496

   Title
   Does ShardingSphere support using standard and hint strategies together?
   
   Description
   My usage scenario:
   
   Normal SQL queries: use standard strategy with sharding column (e.g., 
url_id).
   
   Batch tasks: need to iterate each physical table one by one, so I want to 
use HintManager.addTableShardingValue("table", n).
   
   But if I configure standard strategy in YAML, HintManager does not work at 
all.
   If I configure hint strategy, then I lose the standard ability.
   
   Question
   
   Is it possible to configure standard and hint strategies together for the 
same table?
   
   Or is there an official recommended way to handle this scenario (task 
iterating all physical tables)?


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