xianaofei commented on issue #34280:
URL:
https://github.com/apache/shardingsphere/issues/34280#issuecomment-2576682852
如果我单独配置某一张具体的表是可以走到hint策略的
tables:
# 逻辑表名称 xian_demo
xian_demo:
# 数据节点:数据库.分片表
actual-data-nodes: ds$->{1..2}.xian_demo
# 分库策略
database-strategy:
hint:
sharding-algorithm-name: my_data_hint
但是我想让全局的都使用自定义的 my_data_hint
--
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]